Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 26, 2020
1 parent 697bab8 commit 1596dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ function isStatusWidgetActive(settings?: ISettingRegistry.ISettings) {
* @returns boolean indicating whether the extension should display status updates
*/
function isActive(): boolean {
console.log(settings.composite.displayStatus);
return settings.composite.displayStatus as boolean;
}
}

0 comments on commit 1596dee

Please sign in to comment.