From 51e5400d48efe24526c368e95689d085aa5cc959 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Wed, 21 Oct 2015 15:26:54 -0500 Subject: Remove noisy debug statement This isn't terribly useful for general debugging and makes the log pretty noisy when transferring large files. --- src/channel-main.c | 1 - 1 file changed, 1 deletion(-) 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); } -- cgit v1.2.3