[gnome-builder/wip/libide] libide: remove some debugging code
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] libide: remove some debugging code
- Date: Fri, 27 Feb 2015 03:54:19 +0000 (UTC)
commit 8cf55fd32a1a144952e0c5939fcb2a9d527db704
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]