From cedf94ff411cc6a97538f9be72153003fa31ebe8 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Sun, 25 Aug 2024 18:59:22 -0700 Subject: [PATCH] Remove uninended logs statements. (#191) --- modules/bar/workspaces/index.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/bar/workspaces/index.ts b/modules/bar/workspaces/index.ts index c076b3d..b5285c5 100644 --- a/modules/bar/workspaces/index.ts +++ b/modules/bar/workspaces/index.ts @@ -88,11 +88,6 @@ const Workspaces = (monitor = -1) => { hyprland.active.workspace.bind("id") ], (show_icons, show_numbered, numbered_active_indicator) => { - if (index === 0) { - console.log('in'); - - } - if (show_icons) { return `workspace-icon txt-icon bar`; } @@ -194,10 +189,6 @@ const Workspaces = (monitor = -1) => { class_name: renderClassnames(showIcons, showNumbered, numberedActiveIndicator, i), label: renderLabel(showIcons, available, active, occupied, workspaceMask, i, index), setup: (self) => { - if (index === 0) { - console.log('in'); - - } self.toggleClassName( "active", activeId === i,