From: Michael R Sweet Date: Mon, 18 Nov 2019 16:12:02 +0000 (-0500) Subject: Remove debug fprintf that was accidentally left in... X-Git-Tag: v2.3.1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f950947148bd1867c247a211af7404056b2b2e36;p=thirdparty%2Fcups.git Remove debug fprintf that was accidentally left in... --- diff --git a/cups/globals.c b/cups/globals.c index e5c87f14a5..2ebb7fa5e9 100644 --- a/cups/globals.c +++ b/cups/globals.c @@ -328,8 +328,6 @@ cups_globals_alloc(void) } #endif /* _WIN32 */ - fprintf(stderr, "Using \"%s\" as home directory.\n", cg->home); - return (cg); }