]> git.lizzy.rs Git - nhentai.git/blobdiff - nhentai/command.py
remove gdb
[nhentai.git] / 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)))