Skip to content

Commit

Permalink
removed a forgot console.log (mb)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurokitti committed Dec 29, 2024
1 parent d2b17fb commit 3c08e16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/browser/base/zen-components/ZenWorkspaces.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {

Services.scriptloader.loadSubScript("chrome://browser/content/zen-components/ZenEmojies.mjs", this);
this.gemojies = this.zenGlobalEmojis();

this.ownerWindow = window;
XPCOMUtils.defineLazyPreferenceGetter(
this,
Expand Down Expand Up @@ -618,7 +618,6 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
conductSearch() {
const container = document.getElementById('PanelUI-zen-workspaces-icon-picker-wrapper');
const searchInput = document.getElementById('PanelUI-zen-workspaces-icon-search-input');
console.log(this.gemojies);
const query = searchInput.value.toLowerCase();

if (query === '') {
Expand Down

0 comments on commit 3c08e16

Please sign in to comment.