From f0e0181b24895e64a99a7471b07f7e6fa111ead2 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Tue, 26 Jun 2012 14:17:04 +0100 Subject: [PATCH] Oops, remove printf. --- support/dataroot/wd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/support/dataroot/wd.c b/support/dataroot/wd.c index 64369580..52da7f52 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; }