remove debug in EntityScriptServer

This commit is contained in:
Stephen Birarda 2017-01-18 16:20:34 -08:00
parent a86be14b8c
commit 916a7325bc

View file

@ -224,7 +224,6 @@ void EntityScriptServer::shutdown() {
}
void EntityScriptServer::addingEntity(const EntityItemID& entityID) {
qDebug() << "adding " << entityID;
checkAndCallPreload(entityID);
}