mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +02:00
removed some debug code
This commit is contained in:
parent
dc31381fc1
commit
60e8056cd8
1 changed files with 0 additions and 2 deletions
|
@ -468,8 +468,6 @@ int EntityTree::processEditPacketData(PacketType packetType, const unsigned char
|
||||||
updateEntity(entityItemID, properties);
|
updateEntity(entityItemID, properties);
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "User attempted to edit an unknown entity. ID:" << entityItemID;
|
qDebug() << "User attempted to edit an unknown entity. ID:" << entityItemID;
|
||||||
debugDumpMap();
|
|
||||||
dumpTree();
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// this is a new entity... assign a new entityID
|
// this is a new entity... assign a new entityID
|
||||||
|
|
Loading…
Reference in a new issue