Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Sep 29, 2024
1 parent 4070276 commit a564e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tree-view/spec/tree-view-package-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,6 @@ describe("TreeView", function () {
jasmine.useRealClock();
const callback = jasmine.createSpy('onEntryDeleted');
treeView.onEntryDeleted(callback);
console.log('hoping', root1, 'will be selected');
dirView2.dispatchEvent(new MouseEvent('click', {bubbles: true, detail: 1}));
treeView.focus();

Expand Down

0 comments on commit a564e93

Please sign in to comment.