aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 720b01df76..cab9465c34 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -819,7 +819,6 @@ void Scumm_v2::o2_verbOps() {
int y = fetchScriptByte() << 3;
slot = getVarOrDirectByte(0x80) + 1;
int prep = fetchScriptByte(); // Only used in V1?
- printf("Setting prep %d for slot %d\n", prep, slot);
// V1 Maniac verbs are relative to the 'verb area' - under the sentence
if ((_gameId == GID_MANIAC) && (_version == 1))
y+=8;