Skip to content

Commit 2c8a97c

Browse files
committed
Fixes microsoft#9472: Remove warning
1 parent 18a0c55 commit 2c8a97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/css.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ var CSSBuildLoaderPlugin;
319319
global.cssInlinedResources = global.cssInlinedResources || [];
320320
var normalizedFSPath = fsPath.replace(/\\/g, '/');
321321
if (global.cssInlinedResources.indexOf(normalizedFSPath) >= 0) {
322-
console.warn('CSS INLINING IMAGE AT ' + fsPath + ' MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES');
322+
// console.warn('CSS INLINING IMAGE AT ' + fsPath + ' MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES');
323323
}
324324
global.cssInlinedResources.push(normalizedFSPath);
325325
var MIME = /\.svg$/.test(url) ? 'image/svg+xml' : 'image/png';

0 commit comments

Comments
 (0)