diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-18 19:53:08 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-18 19:53:08 +0100 |
| commit | 5679a12fd029a8b299a8fbf70b15ab11ff92fe74 (patch) | |
| tree | d51666440f7351736783ec8b08a9584ddc8f0995 | |
| parent | 08110553d4b964f6977107c37e300e6fb35ecf60 (diff) | |
Remove log.
| -rw-r--r-- | src/modlistbypriorityproxy.cpp | 2 |
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(); |
