Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
- remove debugging console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
3ripleM committed Apr 17, 2019
1 parent a1a4fe2 commit 16e6281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export function activate(context: vscode.ExtensionContext) {
const message = vscode.window.setStatusBarMessage("Stahp pushing that button!", 2000);
statusMessage.push(message);
} else {
console.log('hey')
playSound('win')
.then((duration: any) => {
const message = vscode.window.setStatusBarMessage("Congratulations!", duration * 1000);
Expand Down

0 comments on commit 16e6281

Please sign in to comment.