فهرست منبع

PlayerComponent: remove redundant logging of load command

libmpv logs this already, so it was redundant. Its formatting also was
ugly.
Vincent Lang 8 سال پیش
والد
کامیت
42d870406c
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/player/PlayerComponent.cpp

+ 0 - 1
src/player/PlayerComponent.cpp

@@ -263,7 +263,6 @@ void PlayerComponent::queueMedia(const QString& url, const QVariantMap& options,
 
   command << extraArgs;
 
-  QLOG_DEBUG() << command;
   mpv::qt::command(m_mpv, command);
 }