Skip to content

Commit

Permalink
Remove print from Wi-Fi metrics data
Browse files Browse the repository at this point in the history
  • Loading branch information
raduciobanu committed Jul 24, 2018
1 parent 90fcbb8 commit 5590f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mobemu/node/WiFiMetrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private void getNewData(long timestamp) {
for (WiFiData d : measurements) {
if (d.start <= timestamp && d.end >= timestamp) {
data = d;
System.out.println("New data " + timestamp + " " + d.start + " " + d.end);
break;
}
}
Expand Down

0 comments on commit 5590f6a

Please sign in to comment.