]> git.lizzy.rs Git - nhentai.git/commitdiff
remove gdb 0.2.17
authorRicter Z <ricterzheng@gmail.com>
Mon, 1 Oct 2018 07:04:32 +0000 (15:04 +0800)
committerRicter Z <ricterzheng@gmail.com>
Mon, 1 Oct 2018 07:04:32 +0000 (15:04 +0800)
nhentai/command.py

index 3445facd722cdf27bf36f20105236b5aa4afa961..b8bea020eba2f3c0030fc12227e56d945c3f1d08 100644 (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)))