aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb')
-rw-r--r--engines/hdb/input.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp
index fda9431747..21267f5d3f 100644
--- a/engines/hdb/input.cpp
+++ b/engines/hdb/input.cpp
@@ -188,7 +188,6 @@ void Input::stylusDown(int x, int y) {
g_hdb->setTargetXY(worldX, worldY);
break;
case GAME_LOADING:
- debug(9, "stylusDown: GAME_LOADING found");
break;
}
}