[DEVELOPMENT ENVIRONMENT]

* BUG: Remove a debugging message.


git-svn-id: svn://localhost/gambas/trunk@6723 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2014-12-11 23:43:14 +00:00
parent b2eb17d344
commit 66bbed7535

View file

@ -137,7 +137,6 @@ Public Sub Process_Read()
Dim sLine As String
sData = Read #Last, -256
Debug sData
$sOutput &= sData
If Not $bOutput Then Insert(sData)
'Insert(sData)