]> git.proxmox.com Git - qemu.git/commit
spice-qemu-char: Remove dead debugging code
authorHans de Goede <hdegoede@redhat.com>
Wed, 13 Mar 2013 13:59:44 +0000 (14:59 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 14 Mar 2013 08:46:18 +0000 (09:46 +0100)
commit344bf1e935163d8a4c3cce3ec4c636e1ebd035ce
tree4ec62bfafce242d4199e0576735811264f6bc5c8
parent5e9b473a3d7fbb915df4b3f5487e5056762087f8
spice-qemu-char: Remove dead debugging code

Since commit d62e5f7036a018b2ad09f17ebd481bd28953d783
"chardev: add spice support to qapi"

It is impossible to set the debug parameter, so all the dprintf calls
are essentially nops. Since we've not needed the debug parameter in ages this
is not a problem, if it later turns out we do need some more debugging options
we can add more trace-points.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
spice-qemu-char.c