Remove a debugging message.

[GB.SETTINGS]
* BUG: Remove a debugging message.
This commit is contained in:
gambas 2020-08-21 11:22:30 +02:00
parent e193d7ec8c
commit 76637184e6
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
[Component]
Key=gb.settings
Version=3.14.90
Version=3.15.90
Authors=Benoît Minisini

View file

@ -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

View file

@ -41,7 +41,7 @@ Private Sub GetKeys() As Boolean
Next
$aKeys.Sort
Debug $aKeys.Join()
'Debug $aKeys.Join()
End