router: kill debug printf()
This commit is contained in:
parent
77478014d8
commit
1d0ee66187
|
@ -1632,7 +1632,6 @@ bool SHOVE::RewindSpringbackTo( NODE* aNode )
|
|||
{
|
||||
if ( iter->m_node == aNode )
|
||||
{
|
||||
printf("FOUND\n");
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue