Skip to content

Commit

Permalink
refactor: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-min committed Oct 8, 2024
1 parent 9827015 commit 1653c1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1653c1d

Please sign in to comment.