[vlc-devel] [PATCH 14/14] qml: remove debug messages
Pierre Lamot
pierre at videolabs.io
Thu Feb 6 13:56:51 CET 2020
---
modules/gui/qt/network/qml/NetworksSectionSelectableDM.qml | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt/network/qml/NetworksSectionSelectableDM.qml b/modules/gui/qt/network/qml/NetworksSectionSelectableDM.qml
index f509716884..3c73823a70 100644
--- a/modules/gui/qt/network/qml/NetworksSectionSelectableDM.qml
+++ b/modules/gui/qt/network/qml/NetworksSectionSelectableDM.qml
@@ -123,7 +123,6 @@ Util.SelectableDelegateModel {
} else {
if (delegateModel.items.get(index).model.type === NetworkMediaModel.TYPE_DIRECTORY
|| delegateModel.items.get(index).model.type === NetworkMediaModel.TYPE_NODE) {
- console.log("push network tree", delegateModel.items.get(index).model.tree)
history.push(["mc", "network", { tree: delegateModel.items.get(index).model.tree }], History.Go);
} else {
playSelection()
--
2.17.1
More information about the vlc-devel
mailing list