Remove more logging verboseness

This commit is contained in:
Joshua Harlow
2012-08-15 16:43:44 -07:00
parent 5b2bbda236
commit bdc87a8d71

View File

@@ -469,7 +469,6 @@ def is_running(pid):
def mkdirslist(path):
LOG.debug("Determining potential paths to create for target path %r" % (path))
dirs_possible = _explode_form_path(path)
dirs_made = list()
for check_path in dirs_possible: