Skip to content

Commit 7c871fa

Browse files
author
Benjamin Pasero
committed
remove extra console.log
1 parent bacc894 commit 7c871fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/base/browser/ui/actionbar/actionbar.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ export class ActionBar extends EventEmitter implements IActionRunner {
543543
}
544544

545545
if (!item) {
546-
console.log(`hello world`);
547546
item = new ActionItem(this.context, action, options);
548547
}
549548

0 commit comments

Comments
 (0)