diff --git a/tools/isobuild/linker.js b/tools/isobuild/linker.js index daa2077835..eea250f20f 100644 --- a/tools/isobuild/linker.js +++ b/tools/isobuild/linker.js @@ -1088,10 +1088,6 @@ function wrapWithHeaderAndFooter(files, header, footer) { return file; } - if (file.source.includes('FROM SERVERRR')) { - console.log("FOUNDDDDDDDD", file.servePath, file.sourcePath); - } - if (file.sourceMap) { var sourceMap = file.sourceMap; sourceMap.mappings = headerContent + sourceMap.mappings;