From: curt Date: Thu, 29 Mar 2001 06:14:42 +0000 (+0000) Subject: Removed some debug output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5bd20c21d0660b6d8a4455d3cc75b08c1919dfc;p=flightgear.git Removed some debug output. --- diff --git a/src/Cockpit/radiostack.cxx b/src/Cockpit/radiostack.cxx index 0fa7f88eb..842adf82e 100644 --- a/src/Cockpit/radiostack.cxx +++ b/src/Cockpit/radiostack.cxx @@ -589,7 +589,7 @@ FGRadioStack::update() inner_blink = false; } - cout << outer_blink << " " << middle_blink << " " << inner_blink << endl; + // cout << outer_blink << " " << middle_blink << " " << inner_blink << endl; }