Skip to content

Commit

Permalink
notary_http - remove unneeded log file call
Browse files Browse the repository at this point in the history
already handled by log setup
  • Loading branch information
daveschaefer committed Jul 16, 2016
1 parent c5b4cab commit e647660
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notary_http.py
Expand Up @@ -162,8 +162,6 @@ def __init__(self):
elif (args.pycache):
self.cache = cache.Pycache(args.pycache)

notary_logs.create_log_dir()

self.use_sni = args.sni
self.create_static_index()
self.args = args
Expand Down

0 comments on commit e647660

Please sign in to comment.