diff options
Diffstat (limited to 'src/input/dvd_udf.c')
-rw-r--r-- | src/input/dvd_udf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/dvd_udf.c b/src/input/dvd_udf.c index c8064b0eb..6a3d839c5 100644 --- a/src/input/dvd_udf.c +++ b/src/input/dvd_udf.c @@ -549,8 +549,6 @@ off_t UDFFindFile (int fd, char *filename, off_t *size) lb_number = partition.Start+File.Location ; - printf ("lb_number : %Ld\n", lb_number); - retval = lb_number; bail: |