remove some log spam

This commit is contained in:
ZappoMan 2017-10-24 11:50:25 -07:00
parent a1885926b5
commit ed408e09d0

View file

@ -2536,8 +2536,6 @@ void ScriptEngine::callEntityScriptMethod(const EntityItemID& entityID, const QS
callWithEnvironment(entityID, details.definingSandboxURL, entityScript.property(methodName), entityScript, args);
this->globalObject().property("Script").setProperty("remoteCallerID", oldData);
}
} else {
qDebug() << "Entity script not running for EntityID: " << entityID << " - Method [" << methodName << "] not callable.";
}
}