From 1653c1d48825ae09f4622f15feee5aad41d5cb47 Mon Sep 17 00:00:00 2001 From: nmin Date: Tue, 8 Oct 2024 10:31:13 -0400 Subject: [PATCH] refactor: address comment --- lib/types.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/types.js b/lib/types.js index 653a4e32..ee17b5ef 100644 --- a/lib/types.js +++ b/lib/types.js @@ -172,7 +172,6 @@ class Type { try { return new DerivedType(schema, opts); } catch (err) { - console.error('failed to instantiate logical type for %s', schema.logicalType); if (opts.assertLogicalTypes) { // The spec mandates that we fall through to the underlying type if // the logical type is invalid. We provide this option to ease