[folks/648811-dummy-backend-rebase1: 31/48] dummy: Remove unnecessary debug output



commit 4fd0dcf00f11103c68d9009b13889d46a32fb120
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]