]> git.mxchange.org Git - flightgear.git/commitdiff
Removed some cout statements left in accidentally.
authordavid <david>
Thu, 14 Mar 2002 00:30:21 +0000 (00:30 +0000)
committerdavid <david>
Thu, 14 Mar 2002 00:30:21 +0000 (00:30 +0000)
src/Main/viewmgr.cxx

index b6b5ba502ebeadde7a08d346344b9a7234442bdf..43921da9c14286b6c97f1df30ce37f881574e30e 100644 (file)
@@ -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