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;
|
function SettingsGetKeyValue(KeyName: String): String;
|
||||||
begin
|
begin
|
||||||
writeln('ZO');
|
|
||||||
if CurrThread.Sett <> nil then
|
if CurrThread.Sett <> nil then
|
||||||
result:= CurrThread.Sett.GetKeyValue(KeyName)
|
result:= CurrThread.Sett.GetKeyValue(KeyName)
|
||||||
else
|
else
|
||||||
begin
|
result:='';
|
||||||
result:='kanker';
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function SettingsGetSetDefaultKeyValue(KeyName, defVal: String): String;
|
function SettingsGetSetDefaultKeyValue(KeyName, defVal: String): String;
|
||||||
|
Loading…
Reference in New Issue
Block a user