diff options
author | Torbjörn Andersson | 2005-01-02 16:16:23 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-01-02 16:16:23 +0000 |
commit | 5781d296b8d3355157d5b2a2ecd4c7d1702345db (patch) | |
tree | 59b9466cd66e40c56f99904defcd74407fd2a90e /scumm | |
parent | fc6d4e0831fbefadb1c9bd61032f7d5be2f38d92 (diff) | |
download | scummvm-rg350-5781d296b8d3355157d5b2a2ecd4c7d1702345db.tar.gz scummvm-rg350-5781d296b8d3355157d5b2a2ecd4c7d1702345db.tar.bz2 scummvm-rg350-5781d296b8d3355157d5b2a2ecd4c7d1702345db.zip |
Removed printf() that I assume was committed by mistake.
svn-id: r16413
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/string.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index 25b296d8d6..589c4fc0a6 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -200,7 +200,6 @@ void ScummEngine::CHARSET_1() { buffer = _charsetBuffer + _charsetBufPos; -printf("Talking: '%s'\n", buffer); if (_version > 3) _charset->addLinebreaks(0, buffer, 0, t); |