Roll back to 1s traffic updates.

pull/220/head
Christopher Young 2016-01-25 23:16:31 -05:00
rodzic fd03b25d04
commit a8708f15df
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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)