Remove qDebug and unnecessary include

This commit is contained in:
Ryan Huffman 2015-01-22 14:20:42 -08:00
parent b4132f1e7d
commit e27db48e26
2 changed files with 0 additions and 3 deletions

View file

@ -19,8 +19,6 @@
#include <QString>
#include <QUrl>
#include <NetworkAccessManager.h>
class BatchLoader : public QObject {
Q_OBJECT
public:

View file

@ -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 {