Remove debugging statement
authorRichard Whitehouse <github@richardwhiuk.com>
Sat, 16 Apr 2011 15:03:10 +0000 (16:03 +0100)
committerRichard Whitehouse <github@richardwhiuk.com>
Sat, 16 Apr 2011 15:03:10 +0000 (16:03 +0100)
src/topology/model/topology.cc

index cda3dfbd5f728def7d1213ae2287a3cd0edb4ef0..3b5c509a6dd483ab772b2dd6a6f77223ff58cd53 100644 (file)
@@ -91,8 +91,6 @@ Topology::Topology(std::istream& file){
                }
        }
 
-       std::cout << "Valid Network Topology File" << std::endl;
-
 }
 
 Topology::~Topology(){