remove debug print

This commit is contained in:
Seth Alves 2016-04-29 13:23:01 -07:00 committed by Seth Alves
parent b28cfd27ec
commit 351a5d2cb1

View file

@ -874,7 +874,6 @@ QUrl ScriptEngine::resolvePath(const QString& include) const {
}
// at this point we should have a legitimate fully qualified URL for our parent
qDebug() << "ScriptEngine::resolvePath" << parentURL << url;
url = expandScriptUrl(parentURL.resolved(url));
return url;
}