This commit is contained in:
rusefillc 2022-12-17 09:57:44 -05:00
parent eec40d28a2
commit 6db4158b35
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class PlainTextSensorLog implements SensorLog {
debugMode = ConfigField.getIntValue(ci, Fields.DEBUGMODE);
}
}
// todo: kill debug mode!
System.out.println("debug mode " + debugMode);
logFile.write("Time\t");
for (Sensor sensor : SensorLogger.SENSORS) {