[tracker/sam/debug-more: 8/9] tests/libtracker-sparql: Don't print too much debug info by default



commit df7f0f062bf2547487e17a5c318dba81482cbccb
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Apr 26 01:04:23 2020 +0200

    tests/libtracker-sparql: Don't print too much debug info by default

 tests/libtracker-sparql/tracker-sparql-test.c | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/tests/libtracker-sparql/tracker-sparql-test.c b/tests/libtracker-sparql/tracker-sparql-test.c
index 644c8425f..a534898f4 100644
--- a/tests/libtracker-sparql/tracker-sparql-test.c
+++ b/tests/libtracker-sparql/tracker-sparql-test.c
@@ -135,16 +135,10 @@ test_tracker_sparql_cursor_next_async_cb (GObject      *source,
        g_assert (cursor != NULL);
        connection = tracker_sparql_cursor_get_connection (cursor);
 
-       g_print ("  %d: %s\n",
-                query,
-                tracker_sparql_cursor_get_string (cursor, 0, NULL));
-
        if (!success) {
                finished++;
                next = 0;
 
-               g_print ("Finished %d\n", finished);
-
                if (finished == 1 || finished == 2) {
                        test_tracker_sparql_cursor_next_async_query (connection,
                                                                     finished);


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