summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-07-16 17:54:08 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-07-16 17:54:08 +0000
commit095ed1566d8b6cc38e03aae5a10967720120b043 (patch)
tree24b6d7c3064d2ae43065e54a3399a9d04a150b4e
parent28684f2892fda42aaa95865092a90bdbbedb16b3 (diff)
Remove an extra debugging printf that leaked in previous commit.
-rw-r--r--app/xtsscale/xtsscale.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/xtsscale/xtsscale.c b/app/xtsscale/xtsscale.c
index 7cf448714..42963b1e6 100644
--- a/app/xtsscale/xtsscale.c
+++ b/app/xtsscale/xtsscale.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xtsscale.c,v 1.20 2011/07/16 17:32:24 matthieu Exp $ */
+/* $OpenBSD: xtsscale.c,v 1.21 2011/07/16 17:54:07 matthieu Exp $ */
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2009,2011 Matthieu Herrb <matthieu@herrb.eu>
@@ -471,7 +471,6 @@ uncalibrate(XDevice *device)
&nbytes, &retval);
if (type != XA_INTEGER) {
- fprintf(stderr, "type != XA_INTEGER %lu\n", type);
fprintf(stderr, "Device property \"%s\": invalid type %s\n",
WS_PROP_CALIBRATION, XGetAtomName(display, type));
return -1;