aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/predictive.cpp
diff options
context:
space:
mode:
authorKostas Nakos2007-06-02 08:21:09 +0000
committerKostas Nakos2007-06-02 08:21:09 +0000
commita01eda95b85081f94dc42f794ab7697e38a95951 (patch)
tree081549e283e932166033732f545285f02efbeec7 /engines/agi/predictive.cpp
parentf935b6981b0d39434c9cdb2319d5820acc59a594 (diff)
downloadscummvm-rg350-a01eda95b85081f94dc42f794ab7697e38a95951.tar.gz
scummvm-rg350-a01eda95b85081f94dc42f794ab7697e38a95951.tar.bz2
scummvm-rg350-a01eda95b85081f94dc42f794ab7697e38a95951.zip
oops, remove debugging output
svn-id: r27048
Diffstat (limited to 'engines/agi/predictive.cpp')
-rw-r--r--engines/agi/predictive.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/agi/predictive.cpp b/engines/agi/predictive.cpp
index ff897afa5e..e759006b8d 100644
--- a/engines/agi/predictive.cpp
+++ b/engines/agi/predictive.cpp
@@ -246,7 +246,6 @@ bool AgiEngine::predictiveDialog(void) {
_gfx->pollTimer(); /* msdos driver -> does nothing */
key = doPollKeyboard();
- debug("key %d", key);
switch (key) {
case KEY_ENTER:
rc = true;