From d826cb04392993978e5eece5a9aea0621ac55365 Mon Sep 17 00:00:00 2001 From: itsscb Date: Thu, 28 Aug 2025 20:31:47 +0200 Subject: [PATCH] chore: remove unused log function --- bin/comarchy-toggle-disable-internal-monitor | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/comarchy-toggle-disable-internal-monitor b/bin/comarchy-toggle-disable-internal-monitor index fe8fdf80..e32dd99f 100755 --- a/bin/comarchy-toggle-disable-internal-monitor +++ b/bin/comarchy-toggle-disable-internal-monitor @@ -5,10 +5,6 @@ set -u # internal monitor name - change if yours differs INT="eDP-1" -log() { - notify-send "$*" -} - output=$(hyprctl monitors 2>/dev/null) || { echo "Error: hyprctl not found or command failed" >&2 exit 1