summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-18 19:53:08 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-18 19:53:08 +0100
commit5679a12fd029a8b299a8fbf70b15ab11ff92fe74 (patch)
treed51666440f7351736783ec8b08a9584ddc8f0995 /src
parent08110553d4b964f6977107c37e300e6fb35ecf60 (diff)
Remove log.
Diffstat (limited to 'src')
-rw-r--r--src/modlistbypriorityproxy.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modlistbypriorityproxy.cpp b/src/modlistbypriorityproxy.cpp
index a0623e8c..ac50e823 100644
--- a/src/modlistbypriorityproxy.cpp
+++ b/src/modlistbypriorityproxy.cpp
@@ -116,8 +116,6 @@ void ModListByPriorityProxy::onModelRowsRemoved(const QModelIndex& parent, int f
void ModListByPriorityProxy::onModelLayoutChanged(const QList<QPersistentModelIndex>&, LayoutChangeHint hint)
{
- MOBase::log::debug("LAYOUT");
-
emit layoutAboutToBeChanged();
auto persistent = persistentIndexList();
buildTree();