Skip to content

Commit

Permalink
fix: remove deprecated showDebug method
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 5, 2021
1 parent d4920e0 commit d699d30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ export class Commands {
toggleActiveEditor() {
this.emitter.emit('should-toggle-active-editor')
}
// @deprecated
showDebug(...args: Parameters<typeof showDebug>) {
showDebug(...args)
}

/* eslint-disable @typescript-eslint/no-explicit-any */
onShouldLint(callback: (...args: Array<any>) => any): Disposable {
Expand Down

0 comments on commit d699d30

Please sign in to comment.