From a0bff8824ac04eca9378117e958b2fc19e6f64e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 18 Sep 2008 12:27:30 +0000 Subject: [PATCH] Removed debug output for redraw blocker. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@2883 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Core/Core.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Core.cc b/Core/Core.cc index 8fa1f789..b4dc0e61 100644 --- a/Core/Core.cc +++ b/Core/Core.cc @@ -527,11 +527,11 @@ void Core::updateView() { // redraw time not reached ... waiting for timer event for next redraw if ( redrawTimer_->isActive() ) { - std::cerr << "Too early for redraw!" << std::endl; +// std::cerr << "Too early for redraw!" << std::endl; return; } - std::cerr << "Redraw" << std::endl; +// std::cerr << "Redraw" << std::endl; // Start the timer if we are not called by the timer if ( sender() != redrawTimer_ ) -- GitLab