[gmime] get rid of debugging spew



commit 2bb9d3a928b67fe0a82778135ca6fbe5a3e39a4c
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Wed Mar 15 21:45:38 2017 -0400

    get rid of debugging spew

 tests/test-mime.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/tests/test-mime.c b/tests/test-mime.c
index c274fe0..e989769 100644
--- a/tests/test-mime.c
+++ b/tests/test-mime.c
@@ -555,10 +555,6 @@ test_rfc2184 (GMimeParserOptions *options)
        int count;
        size_t n;
        guint i;
-       int v;
-       
-       v = verbose;
-       verbose = 4;
        
        for (i = 0; i < G_N_ELEMENTS (rfc2184); i++) {
                params = g_mime_param_list_new ();
@@ -613,8 +609,6 @@ test_rfc2184 (GMimeParserOptions *options)
                
                g_string_free (str, TRUE);
        }
-       
-       verbose = v;
 }
 
 


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