From: James Turner Date: Tue, 5 Mar 2013 14:29:14 +0000 (+0000) Subject: Stray debug message, remove. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c32b832ec3716f732c6e050cc479be55296b9e0;p=flightgear.git Stray debug message, remove. --- diff --git a/src/GUI/MouseCursor.cxx b/src/GUI/MouseCursor.cxx index c3c720f12..514c6299a 100644 --- a/src/GUI/MouseCursor.cxx +++ b/src/GUI/MouseCursor.cxx @@ -102,7 +102,6 @@ private: return; } - std::cout << "actually setting cursor" << std::endl; BOOST_FOREACH(osgViewer::GraphicsWindow* gw, mWindows) { gw->setCursor(cur); }