mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 11:50:45 +02:00
remove test code disabling the script cache
This commit is contained in:
parent
a201312dcf
commit
7a5dc9e00b
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ void ScriptCache::getScriptContents(const QString& scriptOrURL, contentAvailable
|
|||
#ifdef THREAD_DEBUGGING
|
||||
qCDebug(scriptengine) << "ScriptCache::getScriptContents() on thread [" << QThread::currentThread() << "] expected thread [" << thread() << "]";
|
||||
#endif
|
||||
forceDownload = true;
|
||||
QUrl unnormalizedURL(scriptOrURL);
|
||||
QUrl url = DependencyManager::get<ResourceManager>()->normalizeURL(unnormalizedURL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue