Remove some extraneous leftover debugging
This commit is contained in:
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user