printif nono

SVN revision: 4324
This commit is contained in:
Carsten Haitzler 2001-03-06 07:59:52 +00:00
parent 902bd035d4
commit c1c113a134
1 changed files with 0 additions and 1 deletions

View File

@ -2919,7 +2919,6 @@ e_selection_set(char *string)
XChangeProperty(disp, target, dest,
XA_STRING, 8, PropModeReplace,
string, strlen(string));
printf("window %x\n", target);
return target;
}