From: Michael Gernoth Date: Sat, 19 Jun 2010 16:44:55 +0000 (+0200) Subject: remove debug output X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/commitdiff_plain/3f7445f165d714de36f2f42af08d3461f49ef75f?ds=sidebyside remove debug output --- diff --git a/scope.c b/scope.c index ef14e72..43439ff 100644 --- a/scope.c +++ b/scope.c @@ -105,8 +105,6 @@ int scope_get_truth_value(struct scope *sc, char *cmd) return 0; } - printf("%s %s\n", cmd, buf); - if (strcasecmp(buf, "on") == 0) { return 1; } else if (strcasecmp(buf, "enable") == 0) {