From 812a8c7c9dd7cf7d330580594c3c256224fcd429 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sat, 13 Jul 2019 04:06:26 +0530 Subject: HDB: Remove redundant warning --- engines/hdb/input.cpp | 1 - 1 file changed, 1 deletion(-) 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; } } -- cgit v1.2.3