mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
Remove qDebug and unnecessary include
This commit is contained in:
parent
b4132f1e7d
commit
e27db48e26
2 changed files with 0 additions and 3 deletions
|
@ -19,8 +19,6 @@
|
|||
#include <QString>
|
||||
#include <QUrl>
|
||||
|
||||
#include <NetworkAccessManager.h>
|
||||
|
||||
class BatchLoader : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
|
@ -607,7 +607,6 @@ void ScriptEngine::include(const QStringList& includeFiles, QScriptValue callbac
|
|||
auto evaluateScripts = [=](const QMap<QUrl, QString>& data) {
|
||||
for (QUrl url : urls) {
|
||||
QString contents = data[url];
|
||||
qDebug() << "About to load: " << url;
|
||||
if (contents.isNull()) {
|
||||
qDebug() << "Error loading file: " << url;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue