Remove forgotten debug message in KatanaEngine::annotateGlobalGraph().

This commit is contained in:
Jean-Paul Chaput 2020-08-02 23:02:08 +02:00
parent 6210a08e99
commit c63827681a
1 changed files with 0 additions and 1 deletions

View File

@ -545,7 +545,6 @@ namespace Katana {
for ( Edge* edge : gcell->getEdges( Flags::NorthSide) ) {
if (edge->getReservedCapacity() < vReservedMin) {
edge->reserveCapacity( vReservedMin );
cerr << edge << endl;
}
}
for ( Edge* edge : gcell->getEdges( Flags::EastSide) ) {