Skip to content

Commit

Permalink
less logspam
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville committed Nov 9, 2014
1 parent 1540124 commit 9f8a337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ trait LiveOrPlaybackModel extends HasVehicleType with HasSummaryStats {
case msg: msg_statustext =>
// Sniff messages looking for interesting vehicle strings
val s = msg.getText()
println(s"Considering status: $s")
//println(s"Considering status: $s")
filterMessage(s)

// Messages might arrive encapsulated in a timestamped message, if so then use that for our sense of time
Expand Down

0 comments on commit 9f8a337

Please sign in to comment.