mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 21:33:09 +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
|
||||
qDebug() << "ScriptEngine::resolvePath" << parentURL << url;
|
||||
url = expandScriptUrl(parentURL.resolved(url));
|
||||
return url;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue