diff --git a/pupy/modules/search.py b/pupy/modules/search.py index fe1014bf..aa002e7c 100644 --- a/pupy/modules/search.py +++ b/pupy/modules/search.py @@ -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: