remove unused lines from shell command

This commit is contained in:
Daniel Grana 2009-07-07 16:24:59 -03:00
parent 8e5ede7179
commit b83851dcc3
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ class Command(ScrapyCommand):
pass
def get_url(self, url):
response = None
url = url.strip()
if url:
u = urlparse.urlparse(url)