Oops, remove printf.
This commit is contained in:
parent
9560a85341
commit
f0e0181b24
1 changed files with 0 additions and 1 deletions
|
@ -9,6 +9,5 @@ const char *tvheadend_dataroot(void)
|
|||
assert(getcwd(cwd, 254));
|
||||
strcat(cwd, "/");
|
||||
}
|
||||
printf("cwd = %s\n", cwd);
|
||||
return cwd;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue