[libadwaita/wip/exalm/debug-prints: 6/6] tests: Remove leftover debug prints




commit 2e523e1d09f50ab2ba6739b23b1669187f6cd591
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Aug 31 18:11:24 2022 +0400

    tests: Remove leftover debug prints

 tests/test-animation-target.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tests/test-animation-target.c b/tests/test-animation-target.c
index 19751d43..bf89d6de 100644
--- a/tests/test-animation-target.c
+++ b/tests/test-animation-target.c
@@ -13,7 +13,6 @@ test_adw_property_animation_target_construct (void)
   AdwPropertyAnimationTarget *named_target, *pspec_target;
   GParamSpec *target_pspec;
 
-  g_print ("1\n");
   named_target =
     ADW_PROPERTY_ANIMATION_TARGET (adw_property_animation_target_new (widget, "opacity"));
 
@@ -21,7 +20,6 @@ test_adw_property_animation_target_construct (void)
   g_assert_nonnull (target_pspec);
   g_assert_cmpstr (target_pspec->name, ==, "opacity");
 
-  g_print ("2\n");
   pspec_target =
     ADW_PROPERTY_ANIMATION_TARGET (adw_property_animation_target_new_for_pspec (widget, target_pspec));
 


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