Removed debug code

This commit is contained in:
Roberto Rosario
2011-03-12 04:03:29 -04:00
parent 9569992caf
commit 5ced11a5fb

View File

@@ -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