diff --git a/std/portable/index.js b/std/portable/index.js index d35ce63ee2..e1a658683b 100644 --- a/std/portable/index.js +++ b/std/portable/index.js @@ -412,6 +412,4 @@ if (typeof globalScope.ASC_TARGET === "undefined") { if (n) message += Array.prototype.slice.call(arguments, 2, 2 + n); console.error("trace: " + message); }; -} else { - console.warn("compiler mismatch: std/portable included twice"); -} +} \ No newline at end of file