forked from expo/troggle
remove debugging print
This commit is contained in:
parent
129ea3cc5b
commit
df42b1ccb3
@ -296,7 +296,7 @@ class Wallet(models.Model):
|
|||||||
else:
|
else:
|
||||||
|
|
||||||
files = self.get_fnames()
|
files = self.get_fnames()
|
||||||
print(self.walletname,files)
|
|
||||||
# Notes required
|
# Notes required
|
||||||
notes_scanned = reduce(operator.or_, [f.startswith("note") for f in files], False)
|
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)
|
notes_scanned = reduce(operator.or_, [f.endswith("notes") for f in files], notes_scanned)
|
||||||
|
Loading…
Reference in New Issue
Block a user