From cabbc08c0799ae05d147a198ccc41d35956fb4e1 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 14 Mar 2002 00:30:21 +0000 Subject: [PATCH] Removed some cout statements left in accidentally. --- src/Main/viewmgr.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Main/viewmgr.cxx b/src/Main/viewmgr.cxx index b6b5ba502..43921da9c 100644 --- a/src/Main/viewmgr.cxx +++ b/src/Main/viewmgr.cxx @@ -171,7 +171,6 @@ FGViewMgr::setViewOffset_deg (double offset) FGViewer * view = get_current_view(); if (view != 0) view->set_view_offset(offset * SGD_DEGREES_TO_RADIANS); - std::cout << "View offset is now " << offset << std::endl; } double @@ -187,7 +186,6 @@ FGViewMgr::setGoalViewOffset_deg (double offset) FGViewer * view = get_current_view(); if (view != 0) view->set_goal_view_offset(offset * SGD_DEGREES_TO_RADIANS); - std::cout << "Goal view offset is now " << offset << std::endl; } double -- 2.39.5