diff --git a/legacy/ecore/src/e_x.c b/legacy/ecore/src/e_x.c index cb64d577b6..4e1498345f 100644 --- a/legacy/ecore/src/e_x.c +++ b/legacy/ecore/src/e_x.c @@ -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; }