mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- remove unnecessary code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user