Skip to content

Commit

Permalink
remove forgetting debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
darmbrust committed Apr 22, 2020
1 parent 0a9c9bc commit df6ad88
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,6 @@ private Gauge buildQuarterWindGauge(String wllDeviceId, String sensorOutdoorId)

final Consumer<Void> updateTooltip = input ->
{
System.out.println(currentWind.getTimeStamp());
System.out.println(currentWind.getLocalTimeStamp());
//This will give us a pulse, every read attempt. Don't actually care about the value.
if (currentWind.getTimeStamp() < (System.currentTimeMillis() - 6000))
{
Expand Down

0 comments on commit df6ad88

Please sign in to comment.