From 22cdb0b6717b16aeaa85ba575f44e1902c395e85 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 8 Aug 2010 16:40:14 -0600 Subject: [PATCH] ... --- src/calibre/libunrar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/libunrar.py b/src/calibre/libunrar.py index bf38a47d64..a71fd8718a 100644 --- a/src/calibre/libunrar.py +++ b/src/calibre/libunrar.py @@ -177,7 +177,7 @@ def extract(path, dir): try: if open_archive_data.OpenResult != 0: raise UnRARException(_interpret_open_error(open_archive_data.OpenResult, path)) - prints('Archive:', path) + #prints('Archive:', path) #print get_archive_info(open_archive_data.Flags) header_data = RARHeaderDataEx(CmtBuf=None) #_libunrar.RARSetCallback(arc_data, callback_func, mode)