Remove debug code

This commit is contained in:
Dimitris Zlatanidis 2015-06-20 05:13:56 +03:00
parent 4df616e6c6
commit 5feee91e1c

View file

@ -46,7 +46,6 @@ class Download(object):
Optional curl and aria2c"""
dwn_count = 1
self._directory_prefix()
print self.downder, self.downder_options, self.dir_prefix
for dwn in self.url:
self.file_name = dwn.split("/")[-1]
self._check_certificate()