remove print
This commit is contained in:
parent
499f45a3e1
commit
990536f887
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ class Transfer(db.Model):
|
|||
return self.uid[:16]
|
||||
|
||||
def parse_title(self):
|
||||
print(repr(self.title.strip().lower()))
|
||||
m = re.match(r"^([a-z0-9ąężźćóżłśń\-_\.]+)[ -]+(fatty|starving|superfatty|supporting|supporter)[ -]+([0-9a-z\-_ąężźćóżłśń \(\),/\.]+$)", self.title.strip().lower())
|
||||
if not m:
|
||||
return (None, None, None)
|
||||
|
|
Loading…
Reference in a new issue