From a5ab35527062617c21fdcd31305d1e0b8ed1d267 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 24 Apr 2018 20:03:31 -0400 Subject: Pave the way for more, different, interesting devices. --- src/survive_driverman.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/survive_driverman.c') diff --git a/src/survive_driverman.c b/src/survive_driverman.c index ac5d1f6..c43e8ec 100644 --- a/src/survive_driverman.c +++ b/src/survive_driverman.c @@ -31,7 +31,6 @@ const char *GetDriverNameMatching(const char *prefix, int place) { int prefixlen = (int)strlen(prefix); for (i = 0; i < NrDrivers; i++) { - fprintf(stderr, "%s %s\n", prefix, DriverNames[i]); if (strncmp(prefix, DriverNames[i], prefixlen) == 0) if (0 == (place--)) return DriverNames[i]; -- cgit v1.2.3