From: Adam Sutton Date: Tue, 26 Jun 2012 13:17:04 +0000 (+0100) Subject: Oops, remove printf. X-Git-Tag: 3.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e0181b24895e64a99a7471b07f7e6fa111ead2;p=thirdparty%2Ftvheadend.git Oops, remove printf. --- diff --git a/support/dataroot/wd.c b/support/dataroot/wd.c index 643695803..52da7f52c 100644 --- a/support/dataroot/wd.c +++ b/support/dataroot/wd.c @@ -9,6 +9,5 @@ const char *tvheadend_dataroot(void) assert(getcwd(cwd, 254)); strcat(cwd, "/"); } - printf("cwd = %s\n", cwd); return cwd; }