Skip to content

Commit

Permalink
remove noisy log which we can't act on anyway (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek authored Jan 8, 2025
1 parent 5943b6b commit 97805ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/definitions/src/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ export function toNative<C extends Chain>(
// NativeAddress or UniversalAddress, and it failed to parse directly
// as a NativeAddress, we try one more time to parse it as a UniversalAddress
// first and then convert that to a NativeAddress.
console.error(err);
console.error('Attempting to parse as UniversalAddress');
return (new UniversalAddress(ua)).toNative(chain);
}
}
Expand Down

0 comments on commit 97805ed

Please sign in to comment.