From: Bert Vermeulen Date: Sun, 27 Jul 2014 21:33:37 +0000 (+0200) Subject: Remove stray debug output. X-Git-Tag: sigrok-cli-0.6.0~84 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=d26a362ef5ffe2f2ff2c0a4668925d554e378787 Remove stray debug output. --- 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));