Skip to content

Commit cc572bd

Browse files
authored
Merge pull request #309 from olehermanse/master
Disable warning until we've fixed it
2 parents ffa10f9 + fd185cd commit cc572bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfbs/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def _perform_copy_step(args, source, destination, prefix):
193193
for overwrite_noop in noop_overwrites_relpaths[-9:]:
194194
warning_message += " " + overwrite_noop + "\n"
195195
# display all the messages as one warning
196-
log.warning(warning_message)
196+
# log.warning(warning_message) # ENT-14110
197197
cp(src, dst)
198198

199199
return step_diffs_data

0 commit comments

Comments
 (0)