[libadwaita/wip/exalm/debug-prints] tests: Remove leftover debug prints
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/debug-prints] tests: Remove leftover debug prints
- Date: Wed, 31 Aug 2022 14:11:42 +0000 (UTC)
commit ea847809f8245e3428cef77eeaffdef98c7b812b
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]