Skip to content

Commit

Permalink
fix(logger): remove unused imports (#490)
Browse files Browse the repository at this point in the history
relates-to: #487
  • Loading branch information
lsndr authored Oct 27, 2023
1 parent d10eb94 commit 1ce2fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utils/Logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { captureException, captureMessage } from '@sentry/node';
import chalk from 'chalk';
import { format } from 'util';

Expand Down

0 comments on commit 1ce2fd9

Please sign in to comment.