From 11b6ba37ea9b5db582b049df41d61154fb1c2d55 Mon Sep 17 00:00:00 2001 From: Cam Date: Thu, 29 Feb 2024 05:14:30 -0500 Subject: [PATCH] Fix Wayland Profile Remap --- src/nagaWayland.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nagaWayland.cpp b/src/nagaWayland.cpp index 7274d2a..b6538ca 100644 --- a/src/nagaWayland.cpp +++ b/src/nagaWayland.cpp @@ -161,7 +161,6 @@ class configSwitchScheduler } void scheduleReMap(const string *const reMapStr) { - clog << "Remap Routine" << endl; lock_guard guard(configSwitcherMutex); if (winConfigActive) { @@ -351,7 +350,6 @@ class NagaDaemon const static void chmapNow(const string *const macroContent) { - lock_guard guard(configSwitcherMutex); configSwitcher->scheduleReMap(macroContent); // schedule config switch/change }