[librsvg: 51/53] tests/api: Remove superfluous g_message




commit 81c172f7256c8a8ec8f4ff4bb498f895988f4eb0
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Oct 22 19:52:28 2020 -0500

    tests/api: Remove superfluous g_message
    
    That message was for debugging the tests; no longer needed.

 tests/api.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tests/api.c b/tests/api.c
index 39091493..bb288d71 100644
--- a/tests/api.c
+++ b/tests/api.c
@@ -1459,8 +1459,6 @@ test_dimensions (DimensionsFixtureData *fixture)
         g_assert (rsvg_handle_has_sub (handle, fixture->id));
         g_assert (rsvg_handle_get_position_sub (handle, &position, fixture->id));
         g_assert (rsvg_handle_get_dimensions_sub (handle, &dimension, fixture->id));
-
-        g_message ("w=%d h=%d", dimension.width, dimension.height);
     } else {
         rsvg_handle_get_dimensions (handle, &dimension);
     }


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