Removed debug message.
This commit is contained in:
parent
eb71540110
commit
512b085291
2 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue