mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +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 <QString>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
|
||||||
#include <NetworkAccessManager.h>
|
|
||||||
|
|
||||||
class BatchLoader : public QObject {
|
class BatchLoader : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -607,7 +607,6 @@ void ScriptEngine::include(const QStringList& includeFiles, QScriptValue callbac
|
||||||
auto evaluateScripts = [=](const QMap<QUrl, QString>& data) {
|
auto evaluateScripts = [=](const QMap<QUrl, QString>& data) {
|
||||||
for (QUrl url : urls) {
|
for (QUrl url : urls) {
|
||||||
QString contents = data[url];
|
QString contents = data[url];
|
||||||
qDebug() << "About to load: " << url;
|
|
||||||
if (contents.isNull()) {
|
if (contents.isNull()) {
|
||||||
qDebug() << "Error loading file: " << url;
|
qDebug() << "Error loading file: " << url;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue