Removed debug code
This commit is contained in:
@@ -172,7 +172,6 @@ def get_page_count(input_filepath):
|
|||||||
try:
|
try:
|
||||||
return int(execute_identify(input_filepath, '-format %n'))
|
return int(execute_identify(input_filepath, '-format %n'))
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print 'exception', e
|
|
||||||
#TODO: send to other page number identifying program
|
#TODO: send to other page number identifying program
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user