We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920b39e commit b6ece7aCopy full SHA for b6ece7a
lib/project_config/project_config.ts
@@ -116,8 +116,6 @@ const RESERVED_ATTRIBUTE_PREFIX = '$opt_';
116
function createMutationSafeDatafileCopy(datafile: any): ProjectConfig {
117
const datafileCopy = { ...datafile };
118
119
- console.log(datafile, datafileCopy);
120
-
121
datafileCopy.audiences = (datafile.audiences || []).map((audience: Audience) => {
122
return { ...audience };
123
});
0 commit comments