mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 08:39:43 +02:00
Remove assert in ScriptCache
This commit is contained in:
parent
33d6f561eb
commit
12d3cf557a
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ ScriptCache::ScriptCache(QObject* parent) {
|
|||
}
|
||||
|
||||
QString ScriptCache::getScript(const QUrl& url, ScriptUser* scriptUser, bool& isPending, bool reload) {
|
||||
//assert(!_scriptCache.contains(url) || !reload);
|
||||
|
||||
QString scriptContents;
|
||||
if (_scriptCache.contains(url) && !reload) {
|
||||
qCDebug(scriptengine) << "Found script in cache:" << url.toString();
|
||||
|
|
Loading…
Reference in a new issue