Ignore:
Timestamp:
Oct 6, 2006, 9:05:50 AM (17 years ago)
Author:
Peter
Message:

removing debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/consensus_inputranker_test.cc

    r667 r668  
    5050  if (cir.id(0)!=2 || cir.id(1)!=0 || cir.id(2)!=1){
    5151    *error << "incorrect id" << endl;
    52     std::cout << cir.id(0) << "=2" << std::endl;
    53     std::cout << cir.id(1) << "=0" << std::endl;
    54     std::cout << cir.id(2) << "=1" << std::endl;
    5552    ok = false;
    5653  }
Note: See TracChangeset for help on using the changeset viewer.