mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 16:45:34 +00:00
Removed all debug messages
This commit is contained in:
parent
949a3315d5
commit
18d8d89bdb
4 changed files with 0 additions and 5 deletions
|
@ -219,7 +219,6 @@ void DataFilesPage::setupConfig()
|
|||
}
|
||||
|
||||
file.setFileName(config); // Just for displaying information
|
||||
qDebug() << "Using config file from " << file.fileName();
|
||||
|
||||
// Open our config file
|
||||
mLauncherConfig = new QSettings(config, QSettings::IniFormat);
|
||||
|
|
|
@ -176,7 +176,6 @@ void GraphicsPage::setupOgre()
|
|||
try
|
||||
{
|
||||
mOgre = new Ogre::Root(pluginCfg.toStdString());
|
||||
qDebug("Ogre::Root created successfully.");
|
||||
}
|
||||
catch(Ogre::Exception &ex)
|
||||
{
|
||||
|
|
|
@ -298,8 +298,6 @@ void MainDialog::writeConfig()
|
|||
QStringList dataFiles = mDataFilesPage->selectedMasters();
|
||||
dataFiles.append(mDataFilesPage->checkedPlugins());
|
||||
|
||||
qDebug("Writing to openmw.cfg");
|
||||
|
||||
// Open the config as a QFile
|
||||
QFile file(mGameConfig->fileName());
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include <QMimeData>
|
||||
#include <QBitArray>
|
||||
#include <QDebug>
|
||||
|
||||
#include "pluginsmodel.hpp"
|
||||
|
||||
|
|
Loading…
Reference in a new issue