From 3f7445f165d714de36f2f42af08d3461f49ef75f Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sat, 19 Jun 2010 18:44:55 +0200 Subject: [PATCH] remove debug output --- scope.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.39.2