summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-19 20:55:34 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-19 20:55:34 +0300
commit2648bada309fd5da0d66e32a9c6eade25ae0cc88 (patch)
tree33bf36c1742fac9d5292d0a29e494d99a2ac3b89 /parsers/survex.py
parentd2c6c4d7fbe2167cda4e639973a138a923cec19b (diff)
downloadtroggle-2648bada309fd5da0d66e32a9c6eade25ae0cc88.tar.gz
troggle-2648bada309fd5da0d66e32a9c6eade25ae0cc88.tar.bz2
troggle-2648bada309fd5da0d66e32a9c6eade25ae0cc88.zip
remove URL field from wallet as seen and edited
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 75db0c6..7693826 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -884,7 +884,7 @@ class LoadingSurvex():
team = self.rx_commteam.match(comment)
if team:
- print(f'rx_commteam -- {comment=} in {survexblock.survexfile.path} :: {survexblock}')
+ # print(f'rx_commteam -- {comment=} in {survexblock.survexfile.path} :: {survexblock}')
pass
qml = self.rx_qm0.match(comment)