From 5899dbc3fc3642d33d48cd48a9193ffaab8d1aa4 Mon Sep 17 00:00:00 2001 From: Jairus Date: Sat, 6 Jul 2024 11:14:54 -0700 Subject: [PATCH] fix: unnecessary warn --- 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