summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-05-21 16:42:43 -0600
committerJared Adams <jaxad0127@gmail.com>2010-05-21 16:42:43 -0600
commit54fb1e339796db4b75560b024a96c6b84a70d89f (patch)
tree690b80ce5bb883d52ec9d847853bc56d898b0a83 /src/utils
parentb5368211afefa2c2586e1979e382ef6a4dc79bdd (diff)
downloadmana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.tar.gz
mana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.tar.bz2
mana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.tar.xz
mana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.zip
Remove some unneeded printfs
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/copynpaste.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 31aa7bf9..3d2e3b80 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -269,7 +269,6 @@ static char* getSelection(Display *dpy, Window us, Atom selection)
return (char*)data;
}
}
- printf("Timeout\n");
return NULL;
}