[gnome-games] gnotski: remove debug printf



commit 690b3b76d629e030c7e2ccb8a624f8648de75487
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Wed Jan 4 23:56:48 2012 +0100

    gnotski: remove debug printf

 gnotski/src/gnotski.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gnotski/src/gnotski.c b/gnotski/src/gnotski.c
index 57026e4..c930866 100644
--- a/gnotski/src/gnotski.c
+++ b/gnotski/src/gnotski.c
@@ -813,7 +813,6 @@ game_score (void)
   key = get_level_key (current_level);
   keyfile = g_key_file_new ();
   filename = g_build_filename (g_get_user_data_dir (), "gnotski", "levels", NULL);
-printf("%s\n", filename);
   g_key_file_load_from_file (keyfile, filename, G_KEY_FILE_NONE, NULL);
 
   g_key_file_set_boolean (keyfile, key, "solved", TRUE);



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