Commit c8c42bdf authored by Pavel Vainerman's avatar Pavel Vainerman

remove debug log

parent 2f605a55
...@@ -961,8 +961,8 @@ void IOControl::check_testlamp() ...@@ -961,8 +961,8 @@ void IOControl::check_testlamp()
if( isTestLamp ) if( isTestLamp )
blink_state = true; // ... blink_state = true; // ...
cout << myname << "(check_test_lamp): ************* test lamp " // cout << myname << "(check_test_lamp): ************* test lamp "
<< isTestLamp << " *************" << endl; // << isTestLamp << " *************" << endl;
// ... // ...
for( IOMap::iterator it=iomap.begin(); it!=iomap.end(); ++it ) for( IOMap::iterator it=iomap.begin(); it!=iomap.end(); ++it )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment