Skip to content

Commit

Permalink
chore: remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Dec 18, 2023
1 parent 8465c05 commit 6bd6524
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ public boolean isStarted() {

@Override
public Map<RegisteredPID, double[]> update(Long tick) {
System.out.println("tick = " + tick);
System.out.println("trackedPIDs = " + trackedPIDs);
return extractPowerMeasure(powermetrics.getInputStream());
}

Expand Down

0 comments on commit 6bd6524

Please sign in to comment.