]> granicus.if.org Git - handbrake/commitdiff
ssautil: remove debug printf
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 7 Jan 2019 19:34:13 +0000 (12:34 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 14 Jan 2019 21:36:08 +0000 (13:36 -0800)
libhb/ssautil.c

index 7bc067a19ef64119cdb2b0b06124aad49e6ec260..96ab11bb2934308ef4bfcd881d06963bc6b7e478 100644 (file)
@@ -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);