[vlc-devel] [PATCH 1/2] medialibrary: Remove leftover debug

Hugo Beauzée-Luyssen hugo at beauzee.fr
Wed Jan 27 15:29:56 UTC 2021


---
 modules/misc/medialibrary/fs/fs.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/misc/medialibrary/fs/fs.cpp b/modules/misc/medialibrary/fs/fs.cpp
index 85323cb231..aa9e9ecd85 100644
--- a/modules/misc/medialibrary/fs/fs.cpp
+++ b/modules/misc/medialibrary/fs/fs.cpp
@@ -149,7 +149,6 @@ void SDFileSystemFactory::onDeviceMounted(const std::string& uuid,
         }
         device->addMountpoint(mountpoint);
     }
-    fprintf(stderr, "device mounted: %s %s\n", uuid.c_str(), mountpoint.c_str());
     m_callbacks->onDeviceMounted( *device, mountpoint );
 }
 
-- 
2.29.2



More information about the vlc-devel mailing list