Skip to content

Commit

Permalink
debug: tidy-up
Browse files Browse the repository at this point in the history
Remove some less-useful debugging.
  • Loading branch information
ThomasAdam committed Sep 20, 2022
1 parent 4f1dced commit 7f80822
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions fvwm/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -2293,16 +2293,13 @@ void CMD_DesktopConfiguration(F_CMD_ARGS)
fvwm_debug(__func__, "action is required");
return;
}
if ((Restarting && !Scr.flags.are_windows_captured) &&
if ((Restarting && !Scr.flags.are_windows_captured) &&
strcasecmp(action, "shared") == 0) {
fvwm_debug(__func__, "Restarting and in shared mode...");
fvwm_debug(__func__, "Restarting and in shared mode.");
if (!is_tracking_shared) {
fvwm_debug(__func__, "Restarting and setting "
"is_tracking_shared to true...");
is_tracking_shared = true;
monitor_mode = MONITOR_TRACKING_G;
}
fvwm_debug(__func__, "All done.");
goto update;
}

Expand Down

0 comments on commit 7f80822

Please sign in to comment.