]> git.zerfleddert.de Git - rigol/commitdiff
remove debug output
authorMichael Gernoth <michael@gernoth.net>
Sat, 19 Jun 2010 16:44:55 +0000 (18:44 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sat, 19 Jun 2010 16:44:55 +0000 (18:44 +0200)
scope.c

diff --git a/scope.c b/scope.c
index ef14e7285acd51b7658975bb754c3e72ab60f2ca..43439ff9219284b3299e7d903a262cd2f5b4ad63 100644 (file)
--- a/scope.c
+++ b/scope.c
@@ -105,8 +105,6 @@ int scope_get_truth_value(struct scope *sc, char *cmd)
                return 0;
        }
 
                return 0;
        }
 
-       printf("%s %s\n", cmd, buf);
-
        if (strcasecmp(buf, "on") == 0) {
                return 1;
        } else if (strcasecmp(buf, "enable") == 0) {
        if (strcasecmp(buf, "on") == 0) {
                return 1;
        } else if (strcasecmp(buf, "enable") == 0) {
Impressum, Datenschutz