Removed debug message.

This commit is contained in:
jeefo 2019-11-30 17:34:08 +03:00
commit 512b085291
2 changed files with 1 additions and 3 deletions

View file

@ -1020,8 +1020,6 @@ void BotGraph::erasePath () {
link.velocity = nullptr;
};
game.print ("trying delete f = %d to %d", nodeFrom, nodeTo);
for (auto &link : m_paths[nodeFrom].links) {
if (link.index == nodeTo) {
destroy (link);