1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove unnecessary debug output

This commit is contained in:
Perttu Ahola 2012-03-29 01:38:13 +03:00
parent a6ca7eb29d
commit 582ca33507
2 changed files with 2 additions and 3 deletions

View file

@ -1297,7 +1297,6 @@ void Map::removeNodeAndUpdate(v3s16 p,
bool Map::addNodeWithEvent(v3s16 p, MapNode n)
{
ScopeProfiler sp(g_profiler, "Map::addNodeWithEvent", SPT_AVG);
MapEditEvent event;
event.type = MEET_ADDNODE;
event.p = p;