From: david Date: Wed, 16 Jan 2002 16:48:27 +0000 (+0000) Subject: Removed some temporary debug statements. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0cabcd2af714c7d338153554e23930cdb6ee004;p=flightgear.git Removed some temporary debug statements. --- diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index 3876de597..0b3285e33 100644 --- a/src/Main/fg_props.cxx +++ b/src/Main/fg_props.cxx @@ -1136,10 +1136,8 @@ fgInitProps () // Autopilot fgTie("/autopilot/locks/altitude", getAPAltitudeLock, setAPAltitudeLock); fgSetArchivable("/autopilot/locks/altitude"); - std::cout << "[AP] altitude = " << fgGetDouble("/autopilot/settings/altitude-ft") << std::endl; fgTie("/autopilot/settings/altitude-ft", getAPAltitude, setAPAltitude); fgSetArchivable("/autopilot/settings/altitude-ft"); - std::cout << "[AP] altitude = " << fgGetDouble("/autopilot/settings/altitude-ft") << std::endl; fgTie("/autopilot/locks/glide-slope", getAPGSLock, setAPGSLock); fgSetArchivable("/autopilot/locks/glide-slope"); fgTie("/autopilot/locks/terrain", getAPTerrainLock, setAPTerrainLock);