summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-08 15:51:34 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-08 15:51:34 +0000
commit6ba756ebb29e8adc1042e00608be1bdea838790d (patch)
tree93ca72baa9241800f8ae95da1398417e425a63a7
parente5de05c69a80aaa79d2c9465e03a483cfaf5f0a8 (diff)
trivial: don't print the 'unclean' string to disk
-rw-r--r--src/dkp-wup.c1
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);
}