diff --git a/cfbs/build.py b/cfbs/build.py index 7c295fbd..d3a6b4ad 100644 --- a/cfbs/build.py +++ b/cfbs/build.py @@ -193,7 +193,7 @@ def _perform_copy_step(args, source, destination, prefix): for overwrite_noop in noop_overwrites_relpaths[-9:]: warning_message += " " + overwrite_noop + "\n" # display all the messages as one warning - log.warning(warning_message) + # log.warning(warning_message) # ENT-14110 cp(src, dst) return step_diffs_data