From 9c1bf9ac5fd76c81b52748408395c006f3dd8a48 Mon Sep 17 00:00:00 2001 From: Andrew Basterfield <abasterfield@gmail.com> Date: Sun, 7 Oct 2018 19:21:38 +0100 Subject: [PATCH] Remove some extraneous leftover debugging --- src/input/plugins/CdioParanoiaInputPlugin.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input/plugins/CdioParanoiaInputPlugin.cxx b/src/input/plugins/CdioParanoiaInputPlugin.cxx index 221384df1..eeba659b8 100644 --- a/src/input/plugins/CdioParanoiaInputPlugin.cxx +++ b/src/input/plugins/CdioParanoiaInputPlugin.cxx @@ -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)) {