media-export: Remove debug output
authorJens Georg <mail@jensge.org>
Fri, 21 Oct 2011 18:24:25 +0000 (20:24 +0200)
committerJens Georg <mail@jensge.org>
Fri, 21 Oct 2011 18:25:05 +0000 (20:25 +0200)
src/plugins/media-export/rygel-media-export-plugin.vala

index 682209d..fe5d359 100644 (file)
@@ -63,8 +63,6 @@ public void module_init (PluginLoader loader) {
 }
 
 public void on_plugin_available (Plugin plugin, Plugin our_plugin) {
-    warning ("%s %s %s", plugin.name, our_plugin.active.to_string (),
-            plugin.active.to_string ());
     if (plugin.name == TRACKER_PLUGIN) {
         if (our_plugin.active && !plugin.active) {
             // Tracker plugin might be activated later