Remove a debugging message.
[GB.SETTINGS] * BUG: Remove a debugging message.
This commit is contained in:
parent
e193d7ec8c
commit
76637184e6
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[Component]
|
||||
Key=gb.settings
|
||||
Version=3.14.90
|
||||
Version=3.15.90
|
||||
Authors=Benoît Minisini
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Gambas Project File 3.0
|
||||
Title=Gambas settings management
|
||||
Startup=Main
|
||||
Version=3.14.90
|
||||
Version=3.15.90
|
||||
VersionFile=1
|
||||
Authors="Benoît Minisini"
|
||||
TabSize=2
|
||||
|
|
|
@ -41,7 +41,7 @@ Private Sub GetKeys() As Boolean
|
|||
Next
|
||||
$aKeys.Sort
|
||||
|
||||
Debug $aKeys.Join()
|
||||
'Debug $aKeys.Join()
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue