summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2013-11-21 14:30:37 -0800
committerKevron Rees <kevron.m.rees@intel.com>2013-11-21 14:30:37 -0800
commitd331e0fc47647440d87b8643f74b3f12e548d307 (patch)
treed14e9af874f3dddecfb9da047f0ed3c3e7c7c7f9
parent04b39f72c840d4e1b47614cf58644472a3f28c82 (diff)
downloadautomotive-message-broker-d331e0fc47647440d87b8643f74b3f12e548d307.tar.gz
a bit of output cleanup
-rw-r--r--plugins/gpsnmea/gpsnmea.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/gpsnmea/gpsnmea.cpp b/plugins/gpsnmea/gpsnmea.cpp
index 95c12f66..9e58bfdf 100644
--- a/plugins/gpsnmea/gpsnmea.cpp
+++ b/plugins/gpsnmea/gpsnmea.cpp
@@ -541,8 +541,6 @@ bool GpsNmeaSource::checksum(std::string sentence)
return false;
}
- DebugOut(7)<<"checking: "<<sentence<<endl;
-
int checksum = 0;
for(auto i : sentence)