Skip to content

Commit

Permalink
#0: reduce chatter in log files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 28, 2023
1 parent 0faad87 commit 7551aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/metadataTypes/DataExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -835,9 +835,9 @@ class DataExtension extends MetadataType {
this.buObject.eid
);
if (!folderTypesFromParent.includes(folderContentType)) {
Util.logger.verbose(
`removing ${metadataEntry} because r__folder_ContentType '${folderContentType}' identifies this DE as not being shared`
);
// Util.logger.verbose(
// `removing ${metadataEntry} because r__folder_ContentType '${folderContentType}' identifies this DE as not being shared`
// );
delete metadataParentBu[metadataEntry];
}
} catch (ex) {
Expand Down

0 comments on commit 7551aff

Please sign in to comment.