diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 74374c2b..657f89bd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -460,9 +460,8 @@ MainWindow::MainWindow(QSettings &initSettings }
ui->activePluginsCounter->display(m_OrganizerCore.pluginList()->enabledCount());
ui->activeModsCounter->display((int)m_OrganizerCore.currentProfile()->getActiveMods().size());
- qDebug("Plugin enabledCount: %d", m_OrganizerCore.pluginList()->enabledCount());
- qDebug("Mods enabledCount: %d", (int)m_OrganizerCore.currentProfile()->getActiveMods().size());
-
+
+
}
|
