]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove debug fprintf that was accidentally left in...
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 18 Nov 2019 16:12:02 +0000 (11:12 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 18 Nov 2019 16:12:02 +0000 (11:12 -0500)
cups/globals.c

index e5c87f14a5da7c5d17dbae9f47149c5649b9bdf4..2ebb7fa5e9e9c77147132b8b79a1b1ff513d4312 100644 (file)
@@ -328,8 +328,6 @@ cups_globals_alloc(void)
   }
 #endif /* _WIN32 */
 
-  fprintf(stderr, "Using \"%s\" as home directory.\n", cg->home);
-
   return (cg);
 }