summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-10-21 15:26:54 -0500
committerJonathon Jongsma <jjongsma@redhat.com>2015-10-22 09:51:59 -0500
commit51e5400d48efe24526c368e95689d085aa5cc959 (patch)
tree2d0e619754507c8a1b4017a658e2388f7add8a0a
parente0ecb6985d18903d54e822089de1888329614001 (diff)
downloadspice-gtk-51e5400d48efe24526c368e95689d085aa5cc959.tar.gz
spice-gtk-51e5400d48efe24526c368e95689d085aa5cc959.tar.xz
spice-gtk-51e5400d48efe24526c368e95689d085aa5cc959.zip
Remove noisy debug statement
This isn't terribly useful for general debugging and makes the log pretty noisy when transferring large files.
-rw-r--r--src/channel-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/channel-main.c b/src/channel-main.c
index 2493ead..0eb40b9 100644
--- a/src/channel-main.c
+++ b/src/channel-main.c
@@ -972,7 +972,6 @@ static gboolean file_xfer_flush_finish(SpiceMainChannel *channel, GAsyncResult *
return FALSE;
}
- CHANNEL_DEBUG(channel, "flushed finished!");
return g_simple_async_result_get_op_res_gboolean(simple);
}