Skip to content

Commit

Permalink
fix: import * as console from 'console' removed
Browse files Browse the repository at this point in the history
  • Loading branch information
zrwusa committed Oct 21, 2024
1 parent 18fe006 commit 9f197d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data-structures/binary-tree/binary-tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { IBinaryTree } from '../../interfaces';
import { trampoline } from '../../utils';
import { Queue } from '../queue';
import { IterableEntryBase } from '../base';
import * as console from 'console';

/**
* Represents a node in a binary tree.
Expand Down

0 comments on commit 9f197d4

Please sign in to comment.