summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-11-23 10:36:02 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-11-23 10:36:02 +0000
commitca9a3b5c7b9a06559605499e72b50aa17672e359 (patch)
tree01f8f59999354507097358a833743b9ddf614070 /parsers/logbooks.py
parent0b32d51ba349843fa36f013f76c281e0840d4ae2 (diff)
downloadtroggle-ca9a3b5c7b9a06559605499e72b50aa17672e359.tar.gz
troggle-ca9a3b5c7b9a06559605499e72b50aa17672e359.tar.bz2
troggle-ca9a3b5c7b9a06559605499e72b50aa17672e359.zip
tidy up
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 311d8c7..08112dd 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -644,8 +644,6 @@ def LoadLogbooks():
for e in nlbe:
yt += nlbe[e]
print(f"total {yt:,} log entries parsed in all expeditions")
- if yt != len(trips):
- print(f"** total trips in ObjStore:{len(trips):,}")