[glade] Removed debug print.



commit 68882b2e18873b137bbcc029eac84bd36f3e1730
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Jan 29 23:52:21 2011 +0900

    Removed debug print.

 src/main.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index a2d4042..b27d502 100644
--- a/src/main.c
+++ b/src/main.c
@@ -138,15 +138,12 @@ glade_startup (GApplication *application)
 
   g_idle_add ((GSourceFunc)open_new_project, glade);
 
-  g_print ("Glade starting up\n");
-
   G_APPLICATION_CLASS (glade_parent_class)->startup (application);
 }
 
 static void
 glade_activate (GApplication *application)
 {
-  g_print ("Who knows what the GApplication:activate is for anyway\n");
 }
 
 



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