Remove some extraneous leftover debugging

This commit is contained in:
Andrew Basterfield 2018-10-07 19:21:38 +01:00
parent 5f8dac6822
commit 9c1bf9ac5f
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ input_cdio_open(const char *uri,
if (speed > 0) {
FormatDebug(cdio_domain,"Attempting to set CD speed to %dx",speed);
cdda_speed_set(drv,speed);
} else {
FormatDebug(cdio_domain,"Leaving CD speed alone");
}
if (0 != cdio_cddap_open(drv)) {