Merge pull request #7501 from evinrude/develop

Removed a debug log because it is no longer necessary
This commit is contained in:
Joseph Hall 2013-09-28 06:26:43 -07:00
commit 0dd0195ee8

View File

@ -1589,7 +1589,6 @@ def recurse(name,
# Process symlinks and return the updated filenames list
def process_symlinks(filenames, symlinks):
log.debug('keep in ps {0}'.format(keep))
for lname, ltarget in symlinks.items():
if not _check_include_exclude(os.path.relpath(lname, srcpath),
include_pat,