mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:13:29 +02:00
remove debug in EntityScriptServer
This commit is contained in:
parent
a86be14b8c
commit
916a7325bc
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ void EntityScriptServer::shutdown() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void EntityScriptServer::addingEntity(const EntityItemID& entityID) {
|
void EntityScriptServer::addingEntity(const EntityItemID& entityID) {
|
||||||
qDebug() << "adding " << entityID;
|
|
||||||
checkAndCallPreload(entityID);
|
checkAndCallPreload(entityID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue