summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)