Skip to content

Commit

Permalink
Removed log entry for AssetCacheLocatorUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
carlashley committed Dec 3, 2016
1 parent 64e8168 commit d710435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precache.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def find_cache_server(self):
fallback_srv = 'http://localhost:49672'
try:
cmd = '/usr/bin/AssetCacheLocatorUtil'
self.log.info('Trying %s' % (cmd))
# self.log.info('Trying %s' % (cmd))
subprocess.Popen([cmd],
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
except:
Expand Down

0 comments on commit d710435

Please sign in to comment.