diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/input.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/input.cpp b/engines/fullpipe/input.cpp index 4db0ffb49f..ee826fd359 100644 --- a/engines/fullpipe/input.cpp +++ b/engines/fullpipe/input.cpp @@ -172,7 +172,6 @@ void FullpipeEngine::defHandleKeyDown(int key) { } _currentCheatPos++; - warning("%d %d", _currentCheat, _currentCheatPos); if (!input_cheats[_currentCheat][_currentCheatPos]) { switch (_currentCheat) { |