summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-05-28 15:13:28 +0100
committerRichard Hughes <richard@hughsie.com>2010-05-28 15:13:28 +0100
commit758ad538ce6d4e9b0eee4a9fcad50d1a66756704 (patch)
tree5f8288562aa47e8a820bf9fc6141ebb20cf861c8 /src
parent181f673908d2177921c000696e63fc263a7c069c (diff)
trivial: Get rid of some over-verbose debugging
Diffstat (limited to 'src')
-rw-r--r--src/up-device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/up-device.c b/src/up-device.c
index 41662bb..51abdbc 100644
--- a/src/up-device.c
+++ b/src/up-device.c
@@ -542,7 +542,6 @@ up_device_coldplug (UpDevice *device, UpDaemon *daemon, GObject *native)
device->priv->native_path = g_strdup (native_path);
/* stop signals and callbacks */
- egg_debug ("device now coldplug");
g_object_freeze_notify (G_OBJECT(device));
device->priv->during_coldplug = TRUE;
@@ -582,7 +581,6 @@ out:
/* start signals and callbacks */
g_object_thaw_notify (G_OBJECT(device));
device->priv->during_coldplug = FALSE;
- egg_debug ("device now not coldplug");
g_free (id);
return ret;
}