1
0
Fork 0

Removed redundant logging statement.

This commit is contained in:
david 2002-12-12 17:55:49 +00:00
parent ba84ec24bf
commit f332d1b659

View file

@ -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");