Skip to content

Commit e96e1ef

Browse files
committed
remove deug output
1 parent 96aa8ed commit e96e1ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/c_pinmux.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ BBIO_err set_pin_mode(const char *key, const char *mode)
4545
return BBIO_ACCESS;
4646
}
4747
syslog(LOG_DEBUG, "Adafruit_BBIO: set_pin_mode() :: Pinmux file %s access OK", path);
48-
fprintf(stderr, "Adafruit_BBIO: set_pin_mode() :: Pinmux file %s access OK", path);
4948
fprintf(f, "%s", mode);
5049
fclose(f);
5150
syslog(LOG_DEBUG, "Adafruit_BBIO: set_pin_mode() :: Set pinmux mode to %s for %s", mode, pin);
52-
fprintf(stderr, "Adafruit_BBIO: set_pin_mode() :: Set pinmux mode to %s for %s", mode, pin);
5351
return BBIO_OK;
5452
}

0 commit comments

Comments
 (0)