diff options
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 2 |
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) |