1
0

change System.out.println to pDebug

This commit is contained in:
2023-06-09 16:23:59 +02:00
parent fd293b15e1
commit 6ea85aa945
3 changed files with 8 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ public class DatabaseConnector implements DataPointListener {
if(respondCode != 204){
System.out.println("Error: " + respondCode + ", Data: " + data);
} else {
System.out.println(data + " -> Database");
Utility.pDebug(data + " -> Database");
}
con.disconnect();
con = null;