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:
parent
a6ca7eb29d
commit
582ca33507
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue