Remove some extraneous leftover debugging
This commit is contained in:
parent
5f8dac6822
commit
9c1bf9ac5f
@ -214,8 +214,6 @@ input_cdio_open(const char *uri,
|
|||||||
if (speed > 0) {
|
if (speed > 0) {
|
||||||
FormatDebug(cdio_domain,"Attempting to set CD speed to %dx",speed);
|
FormatDebug(cdio_domain,"Attempting to set CD speed to %dx",speed);
|
||||||
cdda_speed_set(drv,speed);
|
cdda_speed_set(drv,speed);
|
||||||
} else {
|
|
||||||
FormatDebug(cdio_domain,"Leaving CD speed alone");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0 != cdio_cddap_open(drv)) {
|
if (0 != cdio_cddap_open(drv)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user