removed some debug code
authormhackney <mhackney@supermac.home>
Sat, 21 Jun 2014 18:13:01 +0000 (14:13 -0400)
committermhackney <mhackney@supermac.home>
Sat, 21 Jun 2014 18:13:01 +0000 (14:13 -0400)
src/modules/tools/temperatureswitch/TemperatureSwitch.cpp

index 938a78e..6609157 100755 (executable)
@@ -105,11 +105,6 @@ float TemperatureSwitch::get_highest_temperature()
             // check if this controller's temp is the highest and save it if so
             if (temp.current_temperature > high_temp && temp.designator.substr(0, 1) == "T") {
                 high_temp = temp.current_temperature;
-                // TODO - for testing, remove
-                THEKERNEL->streams->printf("designator: %s\r\n", temp.designator.c_str());
-            } else {
-                // TODO - for testing, remove
-                THEKERNEL->streams->printf("what's this designator: %s\r\n", temp.designator.c_str());
             }
         }
     }