]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Oops, remove printf.
authorAdam Sutton <dev@adamsutton.me.uk>
Tue, 26 Jun 2012 13:17:04 +0000 (14:17 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 30 Jul 2012 12:34:23 +0000 (13:34 +0100)
support/dataroot/wd.c

index 643695803a8a29875ca80936f6d39e07de445256..52da7f52c23a16ff045c964251855281b904d251 100644 (file)
@@ -9,6 +9,5 @@ const char *tvheadend_dataroot(void)
     assert(getcwd(cwd, 254));
     strcat(cwd, "/");
   }
-   printf("cwd = %s\n", cwd);
   return cwd;
 }