trivial: Remove some debugging that slipped in

This commit is contained in:
Richard Hughes 2009-07-02 11:29:50 +01:00
parent 02835a786f
commit 64033ba35f

View file

@ -294,7 +294,6 @@ dkp_input_finalize (GObject *object)
if (input->priv->channel) {
g_io_channel_shutdown (input->priv->channel, FALSE, NULL);
g_io_channel_unref (input->priv->channel);
egg_error ("moooo");
}
G_OBJECT_CLASS (dkp_input_parent_class)->finalize (object);
}