Oops, remove printf.

This commit is contained in:
Adam Sutton 2012-06-26 14:17:04 +01:00
parent 9560a85341
commit f0e0181b24

View file

@ -9,6 +9,5 @@ const char *tvheadend_dataroot(void)
assert(getcwd(cwd, 254));
strcat(cwd, "/");
}
printf("cwd = %s\n", cwd);
return cwd;
}