diff --git a/xsscrapy/pipelines.py b/xsscrapy/pipelines.py index 4e560e4..b3d5682 100644 --- a/xsscrapy/pipelines.py +++ b/xsscrapy/pipelines.py @@ -10,7 +10,7 @@ import lxml.html from lxml.html import soupparser, fromstring import itertools -from IPython import embed +#from IPython import embed class XSSCharFinder(object): def __init__(self):