Skip to content

Commit 7097bf0

Browse files
committed
nico: remove debug info
1 parent 75f2806 commit 7097bf0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nico.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ def _split_lines(self, text, width):
312312
parser.add_argument('--proxy', default='auto', help='Specify a proxy, "none", or "auto" (automatically detects system proxy settings). [Default: auto]')
313313
args = parser.parse_args()
314314

315-
print(args)
316-
317315
nico_downloader = NicoDownloader(args.url, args.cookies, args.proxy)
318316

319317
if args.thumb:

0 commit comments

Comments
 (0)