diff options
Diffstat (limited to 'ext/console/01_console.js')
-rw-r--r-- | ext/console/01_console.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/console/01_console.js b/ext/console/01_console.js index 15c5c837b..761368b57 100644 --- a/ext/console/01_console.js +++ b/ext/console/01_console.js @@ -844,14 +844,6 @@ function formatRaw(ctx, value, recurseTimes, typedArray, proxyDetails) { ObjectPrototypeIsPrototypeOf( globalThis.Temporal.Duration.prototype, value, - ) || - ObjectPrototypeIsPrototypeOf( - globalThis.Temporal.TimeZone.prototype, - value, - ) || - ObjectPrototypeIsPrototypeOf( - globalThis.Temporal.Calendar.prototype, - value, ) ) ) { |