Skip to content

Commit

Permalink
FULLPIPE: Remove leftover debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 19, 2013
1 parent 77daa12 commit d6c5eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/fullpipe/input.cpp
Expand Up @@ -172,7 +172,6 @@ void FullpipeEngine::defHandleKeyDown(int key) {
}

_currentCheatPos++;
warning("%d %d", _currentCheat, _currentCheatPos);

if (!input_cheats[_currentCheat][_currentCheatPos]) {
switch (_currentCheat) {
Expand Down

0 comments on commit d6c5eed

Please sign in to comment.