remove gdb

This commit is contained in:
Ricter Z 2018-10-01 15:04:32 +08:00
parent 489e8bf0f4
commit c95ecdded4

View File

@ -21,8 +21,6 @@ def main():
doujinshi_ids = []
doujinshi_list = []
import pdb; pdb.set_trace()
if options.login:
username, password = options.login.split(':', 1)
logger.info('Logging in to nhentai using credential pair \'%s:%s\'' % (username, '*' * len(password)))