Skip to content

Commit

Permalink
Fix Wayland Profile Remap
Browse files Browse the repository at this point in the history
  • Loading branch information
lostallmymoney committed Feb 29, 2024
1 parent 89bbbbe commit 11b6ba3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nagaWayland.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class configSwitchScheduler
}
void scheduleReMap(const string *const reMapStr)
{
clog << "Remap Routine" << endl;
lock_guard<mutex> guard(configSwitcherMutex);
if (winConfigActive)
{
Expand Down Expand Up @@ -351,7 +350,6 @@ class NagaDaemon

const static void chmapNow(const string *const macroContent)
{
lock_guard<mutex> guard(configSwitcherMutex);
configSwitcher->scheduleReMap(macroContent); // schedule config switch/change
}

Expand Down

0 comments on commit 11b6ba3

Please sign in to comment.