From 9a55b25f2a4996ff3ca5f48cd65a713edcf987ce Mon Sep 17 00:00:00 2001 From: lucas_nz Date: Sat, 26 May 2012 11:12:43 +1200 Subject: [PATCH] remove uunnecessary debuging include: http://pytivo.sourceforge.net/forum/fork-of-wmcbrine-that-parses-metadata-from-xbmc-nfo-files-t2158.html#13680 --- metadata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.py b/metadata.py index 4a211a4..e9f3348 100755 --- a/metadata.py +++ b/metadata.py @@ -439,7 +439,6 @@ def _parse_nfo(nfo_path, nfo_data=None): try: xmldoc = minidom.parseString(os.linesep.join(nfo_data)) except expat.ExpatError, err: - import ipdb; ipdb.set_trace() if expat.ErrorString(err.code) == expat.errors.XML_ERROR_INVALID_TOKEN: # might be a URL outside the xml while len(nfo_data) > err.lineno: -- 2.11.4.GIT