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

@ -152,6 +152,6 @@ public:
bool enabled () const { bool enabled () const {
return m_patched; return m_patched;
} }
}; };
CR_NAMESPACE_END CR_NAMESPACE_END

View file

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