Skip to content

Commit

Permalink
Roll back to 1s traffic updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyoung committed Jan 26, 2016
1 parent fd03b25 commit a8708f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/traffic.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func registerTrafficUpdate(ti TrafficInfo) {
if !ti.Position_valid { // Don't send unless a valid position exists.
return
}
makeTrafficReport(ti)

tiJSON, _ := json.Marshal(&ti)
trafficUpdate.Send(tiJSON)
Expand Down

0 comments on commit a8708f1

Please sign in to comment.