commit 50b3e6dbb35a886e9bfe331a0b2b36e1b88ca0d9
Author: phantomjinx <[email protected]>
Date: Thu Sep 1 21:33:04 2011 +0100
Remove extraneous logging
plugins/clarity/clarity_canvas.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/clarity/clarity_canvas.c b/plugins/clarity/clarity_canvas.c
index 837822c..8baa2e8 100644
--- a/plugins/clarity/clarity_canvas.c
+++ b/plugins/clarity/clarity_canvas.c
@@ -383,8 +383,6 @@ static void _set_loading_complete(ClarityCanvasPrivate
*priv, gboolean value) {
if (value) {
_update_text(priv);
}
-
- g_warning("Loading complete = %d", priv->loading_complete);
}
static gboolean _create_cover_actors(ClarityCanvasPrivate *priv, AlbumItem
*album_item, gint index) {
@@ -404,7 +402,6 @@ static gboolean _create_cover_actors(ClarityCanvasPrivate
*priv, AlbumItem *albu
if((priv->curr_index + VISIBLE_ITEMS < index) ||
(priv->curr_index - VISIBLE_ITEMS > index)) {
- g_warning("Not creating anything more");
_set_loading_complete(priv, TRUE);
return FALSE;
}
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2