mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:09:47 +02:00
remove debug print
This commit is contained in:
parent
b28cfd27ec
commit
351a5d2cb1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
// at this point we should have a legitimate fully qualified URL for our parent
|
||||||
qDebug() << "ScriptEngine::resolvePath" << parentURL << url;
|
|
||||||
url = expandScriptUrl(parentURL.resolved(url));
|
url = expandScriptUrl(parentURL.resolved(url));
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue