mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
Remove logging that implies a problem that isn't there.
This commit is contained in:
parent
ae596d79f1
commit
fce8369708
1 changed files with 0 additions and 3 deletions
|
@ -115,9 +115,6 @@ void ScriptCache::getScriptContents(const QString& scriptOrURL, contentAvailable
|
||||||
auto scriptContent = _scriptCache[url];
|
auto scriptContent = _scriptCache[url];
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
qCDebug(scriptengine) << "Found script in cache:" << url.toString();
|
qCDebug(scriptengine) << "Found script in cache:" << url.toString();
|
||||||
#if 1 // def THREAD_DEBUGGING
|
|
||||||
qCDebug(scriptengine) << "ScriptCache::getScriptContents() about to call contentAvailable() on thread [" << QThread::currentThread() << "] expected thread [" << thread() << "]";
|
|
||||||
#endif
|
|
||||||
contentAvailable(url.toString(), scriptContent, true, true);
|
contentAvailable(url.toString(), scriptContent, true, true);
|
||||||
} else {
|
} else {
|
||||||
bool alreadyWaiting = _contentCallbacks.contains(url);
|
bool alreadyWaiting = _contentCallbacks.contains(url);
|
||||||
|
|
Loading…
Reference in a new issue