diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-18 10:54:33 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-18 10:54:33 +0000 |
commit | 56ce1cf3c09f0ebad019bb1f158d335e41f3d2d6 (patch) | |
tree | 5ba1b1a5f2e13c21159f4659d77afb6f69ed08b8 | |
parent | c6a480ee43bf2e7c5497d918852fb6035dfc0ebc (diff) | |
download | usdx-56ce1cf3c09f0ebad019bb1f158d335e41f3d2d6.tar.gz usdx-56ce1cf3c09f0ebad019bb1f158d335e41f3d2d6.tar.xz usdx-56ce1cf3c09f0ebad019bb1f158d335e41f3d2d6.zip |
Removed Debug Message from UIni, showing the saved SoundCard Entrys
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@218 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/UIni.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas index ca7afe9a..f3ea84ac 100644 --- a/Game/Code/Classes/UIni.pas +++ b/Game/Code/Classes/UIni.pas @@ -616,7 +616,7 @@ begin IniFile.WriteString('Record', 'ChannelR' + S, Tekst);
end;
- Log.LogError(InttoStr(Length(CardList)) + ' Cards Saved');
+ //Log.LogError(InttoStr(Length(CardList)) + ' Cards Saved');
//Advanced Settings
|