[gnome-builder] libide: remove some debugging code



commit 53ef55d21b2c0919f8eaf636f5e3052de031bf27
Author: Christian Hergert <christian hergert me>
Date:   Thu Feb 26 19:53:46 2015 -0800

    libide: remove some debugging code

 libide/git/ide-git-vcs.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/libide/git/ide-git-vcs.c b/libide/git/ide-git-vcs.c
index f3fb3d8..13ba84d 100644
--- a/libide/git/ide-git-vcs.c
+++ b/libide/git/ide-git-vcs.c
@@ -398,8 +398,6 @@ ide_git_vcs__monitor_changed_cb (IdeGitVcs         *self,
 
   if (event_type == G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT)
     {
-      g_print ("Repository index changed.\n");
-
       if (self->changed_timeout)
         g_source_remove (self->changed_timeout);
 
@@ -615,7 +613,6 @@ ide_git_vcs_reload_async (IdeGitVcs           *self,
 
   if (self->reloading)
     {
-      g_print ("ignoring reload request, still running.\n");
       /*
        * Ignore if we are already reloading. We should probably set a bit here and attept to
        * reload again after the current process completes.
@@ -626,8 +623,6 @@ ide_git_vcs_reload_async (IdeGitVcs           *self,
 
   self->reloading = TRUE;
 
-  g_print ("... now reloading...\n");
-
   ide_git_vcs_load_repository_async (self,
                                      NULL,
                                      ide_git_vcs_reload__load_repository_cb,


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