]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/open_panels.cpp
Remove debug.
[vlc] / modules / gui / qt4 / components / open_panels.cpp
index 40b053fa683bb2dcf432fddc4570a2c1a27bcec3..bb1d2bb517be29355dcd8add87a2da665bf60729 100644 (file)
@@ -1023,7 +1023,6 @@ void CaptureOpenPanel::updateButtons()
     /* Get the current Device Number */
     int i_devicetype = ui.deviceCombo->itemData(
                                 ui.deviceCombo->currentIndex() ).toInt();
-    msg_Dbg( p_intf, "Capture Type: %i", i_devicetype );
     switch( i_devicetype )
     {
 #ifdef WIN32