[folks/648811-dummy-backend-rebase1: 31/41] dummy: Remove unnecessary debug output
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/648811-dummy-backend-rebase1: 31/41] dummy: Remove unnecessary debug output
- Date: Thu, 7 Nov 2013 08:54:22 +0000 (UTC)
commit 2c6e0050b463449032c2bbe66832a5b6189ef795
Author: Philip Withnall <philip withnall collabora co uk>
Date: Wed Nov 6 17:41:29 2013 +0000
dummy: Remove unnecessary debug output
tests/dummy/add-persona.vala | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/tests/dummy/add-persona.vala b/tests/dummy/add-persona.vala
index fb99bf9..c354ad7 100644
--- a/tests/dummy/add-persona.vala
+++ b/tests/dummy/add-persona.vala
@@ -426,16 +426,12 @@ public class AddPersonaTests : DummyTest.TestCase
private void _exit_if_all_properties_found ()
{
- GLib.debug("_exit_if_all_properties_found>>>>>>>>>>>>>>>>>>>>>>>>>>>: BEGIN\n");
foreach (var k in this._properties_found.get_keys ())
{
var v = this._properties_found.lookup (k);
- if (v == false) {
- GLib.debug("_exit_if_all_properties_found>>>>>>>>>>>>>>>>>>>>>>>>>>>: [%s:%d] CONTINUE\n", k,
(int) v);
- return;
- }
+ if (v == false)
+ return;
}
- GLib.debug("_exit_if_all_properties_found>>>>>>>>>>>>>>>>>>>>>>>>>>>: END\n");
this._main_loop.quit ();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]