- remove unnecessary code

This commit is contained in:
denihs
2023-06-06 11:36:56 -04:00
parent 806339e438
commit a77beb9591

View File

@@ -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;