Skip to content

Commit 103394e

Browse files
authored
💄 remove console.log (#257917)
1 parent cbf65ca commit 103394e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatSessions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ class SessionsViewPane extends ViewPane {
737737
}
738738
) as WorkbenchAsyncDataTree<IChatSessionItemProvider, IChatSessionItem, FuzzyScore>;
739739

740-
console.log('Tree created with hideTwistiesOfChildlessElements: true');
741740
this._register(this.tree);
742741

743742
// Handle double-click and keyboard selection to open editors

0 commit comments

Comments
 (0)