mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Remove debug code
This commit is contained in:
parent
4df616e6c6
commit
5feee91e1c
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class Download(object):
|
||||||
Optional curl and aria2c"""
|
Optional curl and aria2c"""
|
||||||
dwn_count = 1
|
dwn_count = 1
|
||||||
self._directory_prefix()
|
self._directory_prefix()
|
||||||
print self.downder, self.downder_options, self.dir_prefix
|
|
||||||
for dwn in self.url:
|
for dwn in self.url:
|
||||||
self.file_name = dwn.split("/")[-1]
|
self.file_name = dwn.split("/")[-1]
|
||||||
self._check_certificate()
|
self._check_certificate()
|
||||||
|
|
Loading…
Reference in a new issue