Remove print

This commit is contained in:
Oleksii Shevchuk 2018-10-25 14:47:06 +03:00
parent e33788b651
commit 5f2f0d4b9d
1 changed files with 0 additions and 2 deletions

View File

@ -81,8 +81,6 @@ class SearchModule(PupyModule):
newer = dateparser.parse(args.timestamp_newer)
newer = int((newer - datetime.fromtimestamp(0)).total_seconds())
print newer
if args.timestamp_older:
try: