1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 09:12:19 -05:00

Remove debug lines ;)

This commit is contained in:
Merlijn 2010-03-25 13:39:11 +01:00
parent f6a5a18c25
commit 2d456f8aab

View File

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