docs
This commit is contained in:
parent
eec40d28a2
commit
6db4158b35
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue