[DEVELOPMENT ENVIRONMENT]

* BUG: Remove a debugging message.


git-svn-id: svn://localhost/gambas/trunk@5297 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2012-11-03 22:04:55 +00:00
parent 946a8ef2be
commit 2b54af8a9f

View file

@ -117,7 +117,6 @@ Public Sub Open(hForm As FEditor, sMode As String, Optional sClass As String, Op
Else
'Inc $iCol
Endif
Debug "'"; $sText; "'";; $hEditor.Column;; $iCol
FillWithFiles(String.Left(sClass, iPos))
End Select