mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove some leftover prints
This commit is contained in:
parent
2c3e858d9c
commit
1ebbf424c2
@ -242,8 +242,6 @@ def test_podofo():
|
|||||||
try:
|
try:
|
||||||
p = podofo.PDFDoc()
|
p = podofo.PDFDoc()
|
||||||
p.open(f.name)
|
p.open(f.name)
|
||||||
print(1111111111111111111)
|
|
||||||
print(22222222, repr(p.title))
|
|
||||||
if (p.title, p.author, p.keywords) != ('info title', 'info author', 'a, b'):
|
if (p.title, p.author, p.keywords) != ('info title', 'info author', 'a, b'):
|
||||||
raise ValueError('podofo failed to set title and author in Info dict {} != {}'.format(
|
raise ValueError('podofo failed to set title and author in Info dict {} != {}'.format(
|
||||||
(p.title, p.author, p.keywords), ('info title', 'info author', 'a, b')))
|
(p.title, p.author, p.keywords), ('info title', 'info author', 'a, b')))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user