diff options
-rw-r--r-- | src/dkp-wup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dkp-wup.c b/src/dkp-wup.c index 41acf7e..c09e37f 100644 --- a/src/dkp-wup.c +++ b/src/dkp-wup.c @@ -220,7 +220,6 @@ dkp_wup_read_command (DkpWup *wup) egg_debug ("failed to read from fd"); return NULL; } - egg_debug ("reading [%s]", buffer); return g_strdup (buffer); } |