mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-30 01:10:26 +01:00
trivial: Remove some debugging that slipped in
This commit is contained in:
parent
02835a786f
commit
64033ba35f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue