Skip to content

Commit 7e180f8

Browse files
committed
Workspace/WM/properties.c: remove debug output for Workspace PID setup.
1 parent 60affa5 commit 7e180f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Applications/Workspace/WM/properties.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void wPropertiesSetWMName(WScreen *scr, char *name, char *class)
192192
wm_pid_atom = XInternAtom(dpy, "_NET_WM_PID", False);
193193

194194
unsigned long pid = getpid();
195-
CFLog(kCFLogLevelInfo, CFSTR("WorkspaceManager PID: %i"), pid);
195+
// CFLog(kCFLogLevelInfo, CFSTR("WorkspaceManager PID: %i"), pid);
196196
XChangeProperty(dpy, scr->info_window, wm_pid_atom, XA_CARDINAL, 32, PropModeReplace,
197197
(unsigned char *)&pid, 1L);
198198
}

0 commit comments

Comments
 (0)