Skip to content

Commit

Permalink
chore: remove logWarning reference
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Aug 20, 2024
1 parent bc21e66 commit 8905f93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/near-api-js/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as format from './format';
import * as rpc_errors from './rpc_errors';

import { PublicKey, KeyPair, KeyPairEd25519 } from './key_pair';
import { logWarning } from './errors';
import { Logger } from './logger';

export {
Expand All @@ -18,6 +17,5 @@ export {
KeyPair,
KeyPairEd25519,
rpc_errors,
logWarning,
Logger
};

0 comments on commit 8905f93

Please sign in to comment.