[gnome-builder/wip/chergert/perspective] app: remove debug code



commit fa70a1db7ee95e1c474108799aefdb1e3ea3cb7a
Author: Christian Hergert <christian hergert me>
Date:   Mon Nov 23 13:56:54 2015 -0800

    app: remove debug code

 libide/ide-application.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-application.c b/libide/ide-application.c
index 22aad8c..3b746dd 100644
--- a/libide/ide-application.c
+++ b/libide/ide-application.c
@@ -291,8 +291,6 @@ ide_application_activate (GApplication *application)
 
   g_assert (IDE_IS_APPLICATION (self));
 
-  g_print ("~!!!! mode is %d\n", self->mode);
-
   if (self->mode == IDE_APPLICATION_MODE_PRIMARY)
     ide_application_activate_primary (self);
   else if (self->mode == IDE_APPLICATION_MODE_WORKER)


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