summaryrefslogtreecommitdiffstats
path: root/types.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-11-24 19:28:12 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-11-24 19:28:12 +0000
commitd46de7156795fa41646e3f8f31cc0e75a6febc8a (patch)
treea04e49b8ad7df23ee1af7d2cc00969284fcb0698 /types.c
parent4d481373b26166c04f89c5e6ddd566dc895d7d20 (diff)
downloadlibvirt-python-split-d46de7156795fa41646e3f8f31cc0e75a6febc8a.tar.gz
libvirt-python-split-d46de7156795fa41646e3f8f31cc0e75a6febc8a.tar.xz
libvirt-python-split-d46de7156795fa41646e3f8f31cc0e75a6febc8a.zip
Fix python bindings events code (David Lively)
Diffstat (limited to 'types.c')
-rw-r--r--types.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.c b/types.c
index 5c4e6ad..c773f30 100644
--- a/types.c
+++ b/types.c
@@ -216,7 +216,6 @@ libvirt_virFreeCallbackWrap(virFreeCallback node)
PyObject *ret;
if (node == NULL) {
- printf("%s: WARNING - Wrapping None\n", __FUNCTION__);
Py_INCREF(Py_None);
return (Py_None);
}