mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
remove debugging print
This commit is contained in:
parent
129ea3cc5b
commit
df42b1ccb3
@ -296,7 +296,7 @@ class Wallet(models.Model):
|
||||
else:
|
||||
|
||||
files = self.get_fnames()
|
||||
print(self.walletname,files)
|
||||
|
||||
# Notes required
|
||||
notes_scanned = reduce(operator.or_, [f.startswith("note") for f in files], False)
|
||||
notes_scanned = reduce(operator.or_, [f.endswith("notes") for f in files], notes_scanned)
|
||||
|
Loading…
Reference in New Issue
Block a user