[Xfce4-commits] <ristretto:master> Remove debug statement
Stephan Arts
noreply at xfce.org
Sun Oct 16 17:04:02 CEST 2011
Updating branch refs/heads/master
to 3be93d888df62c5f55a394f6b118f17d57f45421 (commit)
from 0902b0ce02ef1bb5dfc65631d19a9ec6fbd48e33 (commit)
commit 3be93d888df62c5f55a394f6b118f17d57f45421
Author: Stephan Arts <stephan at xfce.org>
Date: Sun Oct 16 16:42:47 2011 +0200
Remove debug statement
src/file.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/file.c b/src/file.c
index 98f7dc1..61e1f60 100644
--- a/src/file.c
+++ b/src/file.c
@@ -167,8 +167,7 @@ rstto_file_dispose (GObject *object)
g_free (file->priv);
file->priv = NULL;
- open_files = g_list_remove_all (open_files, file);
- g_debug ("Open files: %d", g_list_length (open_files));
+ open_files = g_list_remove_all (open_files, file);
}
}
More information about the Xfce4-commits
mailing list