mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:23:53 +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
|
file.setFileName(config); // Just for displaying information
|
||||||
qDebug() << "Using config file from " << file.fileName();
|
|
||||||
|
|
||||||
// Open our config file
|
// Open our config file
|
||||||
mLauncherConfig = new QSettings(config, QSettings::IniFormat);
|
mLauncherConfig = new QSettings(config, QSettings::IniFormat);
|
||||||
|
|
|
@ -176,7 +176,6 @@ void GraphicsPage::setupOgre()
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
mOgre = new Ogre::Root(pluginCfg.toStdString());
|
mOgre = new Ogre::Root(pluginCfg.toStdString());
|
||||||
qDebug("Ogre::Root created successfully.");
|
|
||||||
}
|
}
|
||||||
catch(Ogre::Exception &ex)
|
catch(Ogre::Exception &ex)
|
||||||
{
|
{
|
||||||
|
|
|
@ -298,8 +298,6 @@ void MainDialog::writeConfig()
|
||||||
QStringList dataFiles = mDataFilesPage->selectedMasters();
|
QStringList dataFiles = mDataFilesPage->selectedMasters();
|
||||||
dataFiles.append(mDataFilesPage->checkedPlugins());
|
dataFiles.append(mDataFilesPage->checkedPlugins());
|
||||||
|
|
||||||
qDebug("Writing to openmw.cfg");
|
|
||||||
|
|
||||||
// Open the config as a QFile
|
// Open the config as a QFile
|
||||||
QFile file(mGameConfig->fileName());
|
QFile file(mGameConfig->fileName());
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#include <QMimeData>
|
#include <QMimeData>
|
||||||
#include <QBitArray>
|
#include <QBitArray>
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
#include "pluginsmodel.hpp"
|
#include "pluginsmodel.hpp"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue