diff options
author | John Stebbins <[email protected]> | 2019-01-07 12:34:13 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-01-14 13:36:08 -0800 |
commit | 5154729becab0465462027d93d9293fb3ddca49c (patch) | |
tree | 78cb521bf56cb478492ca8d0f35ca817c60c23ad | |
parent | 1f52f52337028b977a83a0e1061b4cc36918c34f (diff) |
ssautil: remove debug printf
-rw-r--r-- | libhb/ssautil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/ssautil.c b/libhb/ssautil.c index 7bc067a19..96ab11bb2 100644 --- a/libhb/ssautil.c +++ b/libhb/ssautil.c @@ -350,7 +350,6 @@ static char ** get_fields(char * line, int last) for (ii = 0; ii < count - 1; ii++) { result[ii] = get_field(&pos); - printf("field (%s)\n", result[ii]); } result[ii] = strdup(pos); |