diff options
Diffstat (limited to 'core/models/wallets.py')
-rw-r--r-- | core/models/wallets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/wallets.py b/core/models/wallets.py index 2de8f9d..3078e2d 100644 --- a/core/models/wallets.py +++ b/core/models/wallets.py @@ -283,7 +283,7 @@ class Wallet(models.Model): return None filelist = Wallet.input_to_list(jsondata["survex file"]) - #print(f"'{self} {jsondata['survex file']}' => {filelist}") + # print(f"'{self} {jsondata['survex file']}' => {filelist}") return filelist def get_fnames(self): |