Skip to content

Commit

Permalink
parking-offstreet-sta: remove fmt prints
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 12, 2024
1 parent 644d05d commit 05fe5aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data-collectors/parking-offstreet-sta/src/dc/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package dc

import (
"fmt"
"log/slog"
"os"
"parking-offstreet-sta/bdplib"
Expand Down Expand Up @@ -40,7 +39,6 @@ func Job() {

// get data
facilities := GetFacilityData()
// fmt.Printf("%+v\n", facilities)

ts := time.Now().UnixMilli()

Expand Down Expand Up @@ -88,7 +86,6 @@ func Job() {
station.MetaData["FreeLimit_"+shortStay] = freePlace.FreeLimit
station.MetaData["OccupancyLimit_"+shortStay] = freePlace.OccupancyLimit
station.MetaData["Capacity_"+shortStay] = freePlace.Capacity
fmt.Printf("%v\n", station)
recordsShort = append(recordsShort, bdplib.CreateRecord(ts, freePlace.FreePlaces, 600))
// Subscribed
case 2:
Expand Down

0 comments on commit 05fe5aa

Please sign in to comment.