summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/uploads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py
index e476458..5515982 100644
--- a/core/views/uploads.py
+++ b/core/views/uploads.py
@@ -481,7 +481,7 @@ def scanupload(request, path=None):
waldata = read_json()
jsonfile = Path(settings.DRAWINGS_DATA, "walletjson") / wallet[0:4] / wallet / "contents.json"
- print(f'! - FORM scanupload - jsonfile {jsonfile}')
+ # print(f'! - FORM scanupload - jsonfile {jsonfile}')
if not Path(jsonfile).is_file():
metadataurl = ""
else: