From 6192b63e922e28df15e535611e63d6ccd092c3ea Mon Sep 17 00:00:00 2001 From: GRiker Date: Fri, 15 Mar 2013 06:55:53 -0700 Subject: [PATCH] Local debug override for Apple driver --- src/calibre/devices/apple/driver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index 5251e701b5..c51c8e8503 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -21,7 +21,8 @@ from calibre.utils.config import config_dir, dynamic, prefs from calibre.utils.date import now, parse_date from calibre.utils.zipfile import ZipFile -DEBUG = CALIBRE_DEBUG +#DEBUG = CALIBRE_DEBUG +DEBUG = False def strftime(fmt='%Y/%m/%d %H:%M:%S', dt=None):