From 2648bada309fd5da0d66e32a9c6eade25ae0cc88 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 19 Sep 2022 20:55:34 +0300 Subject: remove URL field from wallet as seen and edited --- parsers/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/survex.py') 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) -- cgit v1.2.3