Reduce some diagnostic spam.

This commit is contained in:
Shyotl
2014-12-23 20:00:01 -06:00
parent 0ac3fd0563
commit ecd58e3924
2 changed files with 4 additions and 3 deletions

View File

@@ -642,7 +642,6 @@ class LLManifest(object):
os.path.normpath(os.path.join(self.get_alt_build_prefix(), src))]
)
for path in paths:
print path
if self.wildcard_pattern.search(path):
is_glob = True
for s,d in self.expand_globs(path, dst):