summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-02 17:39:56 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-02 17:39:56 +0000
commite0a198bac522e138ef46f983b6c9455b17f787ce (patch)
tree859ff07f15290944fec67435fd3103b14bed0323 /parsers/logbooks.py
parent25e00e02b76aa90fdcf6f41be56898dbe8008c9e (diff)
downloadtroggle-e0a198bac522e138ef46f983b6c9455b17f787ce.tar.gz
troggle-e0a198bac522e138ef46f983b6c9455b17f787ce.tar.bz2
troggle-e0a198bac522e138ef46f983b6c9455b17f787ce.zip
Added 'Notes not needed' checkbox
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index a8469e1..1ae7fb9 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -138,7 +138,8 @@ def GetTripPersons(trippeople, expedition, logtime_underground, tid=None):
author = personyear
else:
# a person but with * prefix. Ignored everywhere.
- print(f" ! - {expedition.year} * person : {tripperson}")
+ # print(f" ! - {expedition.year} * person : {tripperson}")
+ pass
if not author:
if not res: