Remove forgotten debug message in KatanaEngine::annotateGlobalGraph().
This commit is contained in:
parent
6210a08e99
commit
c63827681a
|
@ -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) ) {
|
||||
|
|
Loading…
Reference in New Issue