Skip to content
Snippets Groups Projects
Commit 4dabbb0f authored by Volker Richert's avatar Volker Richert
Browse files

remove old & useless log

parent 2982b957
No related branches found
No related tags found
No related merge requests found
...@@ -750,8 +750,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc ...@@ -750,8 +750,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
PumpInfo pump = getActivePump(); PumpInfo pump = getActivePump();
if (pump != null && pump.isValid() && pump.getPumpHistory().size() > 0) { if (pump != null && pump.isValid() && pump.getPumpHistory().size() > 0) {
Log.d(TAG, "history display refresh size: " + pump.getPumpHistory().size());
Log.d(TAG, "history display refresh date: " + pump.getPumpHistory().last().getEventDate());
pumpStatusData = pump.getPumpHistory().last(); pumpStatusData = pump.getPumpHistory().last();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment