From c95ecdded4d15e47e520a7371f62fc8820e95418 Mon Sep 17 00:00:00 2001 From: Ricter Z <ricterzheng@gmail.com> Date: Mon, 1 Oct 2018 15:04:32 +0800 Subject: [PATCH] remove gdb --- nhentai/command.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nhentai/command.py b/nhentai/command.py index 3445fac..b8bea02 100644 --- a/nhentai/command.py +++ b/nhentai/command.py @@ -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)))