[gnome-control-center/wip/animated-notebook] shell: Remove debug



commit 80e66bda4e6a94d65d872ff0f33272403e7e15a7
Author: Bastien Nocera <hadess hadess net>
Date:   Tue May 1 14:49:55 2012 +0100

    shell: Remove debug

 shell/cc-notebook.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/shell/cc-notebook.c b/shell/cc-notebook.c
index bc9efb7..70d1ec7 100644
--- a/shell/cc-notebook.c
+++ b/shell/cc-notebook.c
@@ -107,8 +107,6 @@ cc_notebook_init (CcNotebook *notebook)
 	priv->stage = gtk_clutter_embed_get_stage (GTK_CLUTTER_EMBED (priv->embed));
 
 
-	clutter_stage_set_color (CLUTTER_STAGE (priv->stage), CLUTTER_COLOR_LightSkyBlue);
-
 	priv->scroll_actor = clutter_scroll_actor_new ();
 	clutter_actor_add_child (priv->stage, priv->scroll_actor);
 	clutter_scroll_actor_set_scroll_mode (CLUTTER_SCROLL_ACTOR (priv->scroll_actor),
@@ -144,8 +142,6 @@ cc_notebook_set_current (CcNotebook *notebook,
 				(GCompareFunc) _cc_notebook_find_widget);
 	g_return_if_fail (l != NULL);
 
-	g_message ("setting %p as the current widget", l->data);
-
 	clutter_actor_get_position (l->data, &pos.x, &pos.y);
 
 	clutter_actor_save_easing_state (notebook->priv->scroll_actor);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]