change System.out.println to pDebug
This commit is contained in:
@@ -3,6 +3,7 @@ package ch.hevs.isi.field;
|
||||
import ch.hevs.isi.core.DataPoint;
|
||||
import ch.hevs.isi.core.DataPointListener;
|
||||
import ch.hevs.isi.core.FloatDataPoint;
|
||||
import ch.hevs.isi.utils.Utility;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileNotFoundException;
|
||||
@@ -89,7 +90,7 @@ public class FieldConnector implements DataPointListener {
|
||||
|
||||
}
|
||||
private void pushToField(String label, String value){
|
||||
System.out.println("Field: " + label + " " + value);
|
||||
Utility.pDebug("Field: " + label + " " + value);
|
||||
}
|
||||
@Override
|
||||
public void onNewValue(DataPoint dp) {
|
||||
|
||||
Reference in New Issue
Block a user