From d26a362ef5ffe2f2ff2c0a4668925d554e378787 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 27 Jul 2014 23:33:37 +0200 Subject: [PATCH 1/1] Remove stray debug output. --- session.c | 1 - 1 file changed, 1 deletion(-) diff --git a/session.c b/session.c index 705dcc8..6465055 100644 --- a/session.c +++ b/session.c @@ -87,7 +87,6 @@ GHashTable *generic_arg_to_opt(const struct sr_option *opts, GHashTable *genargs gvar = g_variant_new_uint32(strtoul(s, NULL, 10)); g_hash_table_insert(hash, g_strdup(opt->id), g_variant_ref_sink(gvar)); - printf("opt %s value %s\n", opt->id, s); } else { g_critical("Don't know how to convert option '%s' to %s!", opt->id, g_variant_get_type_string(opt->def)); -- 2.30.2