router: kill debug printf()

This commit is contained in:
Tomasz Wlostowski 2020-02-28 23:07:38 +01:00
parent 77478014d8
commit 1d0ee66187
1 changed files with 0 additions and 1 deletions

View File

@ -1632,7 +1632,6 @@ bool SHOVE::RewindSpringbackTo( NODE* aNode )
{ {
if ( iter->m_node == aNode ) if ( iter->m_node == aNode )
{ {
printf("FOUND\n");
found = true; found = true;
break; break;
} }