From 5f2f0d4b9d615399445e23d56a748d23a16609f3 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Thu, 25 Oct 2018 14:47:06 +0300 Subject: [PATCH] Remove print --- pupy/modules/search.py | 2 -- 1 file changed, 2 deletions(-) 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: