Skip to content

Commit

Permalink
Removed password from log
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Apr 7, 2016
1 parent 8e2d612 commit b66086d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testvideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def args():
hulu = sp.add_parser('hulu')
hulu.add_argument('provider', action='store_const', const='hulu', help=argparse.SUPPRESS)
args = parser.parse_args()
log.info(args)
return args


Expand Down

0 comments on commit b66086d

Please sign in to comment.