mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
remove some log spam
This commit is contained in:
parent
a1885926b5
commit
ed408e09d0
1 changed files with 0 additions and 2 deletions
|
@ -2536,8 +2536,6 @@ void ScriptEngine::callEntityScriptMethod(const EntityItemID& entityID, const QS
|
||||||
callWithEnvironment(entityID, details.definingSandboxURL, entityScript.property(methodName), entityScript, args);
|
callWithEnvironment(entityID, details.definingSandboxURL, entityScript.property(methodName), entityScript, args);
|
||||||
this->globalObject().property("Script").setProperty("remoteCallerID", oldData);
|
this->globalObject().property("Script").setProperty("remoteCallerID", oldData);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
qDebug() << "Entity script not running for EntityID: " << entityID << " - Method [" << methodName << "] not callable.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue