mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 17:22:21 -05:00
Remove debug lines ;)
This commit is contained in:
parent
f6a5a18c25
commit
2d456f8aab
@ -39,13 +39,10 @@ end;
|
||||
|
||||
function SettingsGetKeyValue(KeyName: String): String;
|
||||
begin
|
||||
writeln('ZO');
|
||||
if CurrThread.Sett <> nil then
|
||||
result:= CurrThread.Sett.GetKeyValue(KeyName)
|
||||
else
|
||||
begin
|
||||
result:='kanker';
|
||||
end;
|
||||
result:='';
|
||||
end;
|
||||
|
||||
function SettingsGetSetDefaultKeyValue(KeyName, defVal: String): String;
|
||||
|
Loading…
Reference in New Issue
Block a user