remove print

This commit is contained in:
rsc 2004-06-09 14:53:26 +00:00
parent 17cc1c8761
commit de52dcf55b

View file

@ -410,7 +410,6 @@ xattach(char *label)
ch.x = r.min.x;
ch.y = r.min.y;
XConfigureWindow(_x.display, _x.drawable, CWX|CWY, &ch);
fprint(2, "havemin %d %d\n", r.min.x, r.min.y);
}
/*
* Look up clipboard atom.