From 5ced11a5fb920a2f37de8068d4eaf33e5a388295 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 12 Mar 2011 04:03:29 -0400 Subject: [PATCH] Removed debug code --- apps/converter/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/converter/api.py b/apps/converter/api.py index 731636c504..6fbc0d840b 100644 --- a/apps/converter/api.py +++ b/apps/converter/api.py @@ -172,7 +172,6 @@ def get_page_count(input_filepath): try: return int(execute_identify(input_filepath, '-format %n')) except Exception, e: - print 'exception', e #TODO: send to other page number identifying program return 1