From f332d1b659c59bcd60af318f3cc7b349595d7bd5 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 12 Dec 2002 17:55:49 +0000 Subject: [PATCH] Removed redundant logging statement. --- src/Input/input.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Input/input.cxx b/src/Input/input.cxx index 276488401..66ae607f8 100644 --- a/src/Input/input.cxx +++ b/src/Input/input.cxx @@ -236,9 +236,6 @@ FGInput::makeDefault (bool status) void FGInput::doKey (int k, int modifiers, int x, int y) { - SG_LOG( SG_INPUT, SG_DEBUG, "User pressed key " << k - << " with modifiers " << modifiers ); - // Sanity check. if (k < 0 || k >= MAX_KEYS) { SG_LOG(SG_INPUT, SG_WARN, "Key value " << k << " out of range"); -- 2.39.5