Changeset 421:0d24227d7c05

Show
Ignore:
Timestamp:
11/11/2012 02:08:28 PM (6 months ago)
Author:
Andreas Schaefer <gentryx@…>
Branch:
default
Message:

removed superfluous debug statement

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/misc/region.h

    r420 r421  
    575575            buf << "indices[" << dim << "] = "  
    576576                << indices[dim] << "\n"; 
    577             std::cout << "  " << dim << " -> " << (indices[dim].begin() == indices[dim].end()) << "\n"; 
    578577        } 
    579578        buf << ")\n";