From f79391c91a0875e98a6e887b3353210b4125dc87 Mon Sep 17 00:00:00 2001 From: Jairus Date: Sat, 6 Jul 2024 11:29:26 -0700 Subject: [PATCH] fix: std/portable included twice (#2860) --- std/portable/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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