mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Remove unnecessary debug output
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user