[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:
parent
b2eb17d344
commit
66bbed7535
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue