From 0611c3f00fc17bf8fe100e1c19c0e95e985845f1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 19 Sep 2022 21:54:51 +0300 Subject: documn improvements --- core/views/uploads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/uploads.py') 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: -- cgit v1.2.3