ruby: removed stray printf
This commit is contained in:
parent
75c2baa81c
commit
62b06f4a70
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ void Topology::init(const vector<string> & argv)
|
|||
m_connections = argv[i+1];
|
||||
else if (argv[i] == "print_config") {
|
||||
m_print_config = string_to_bool(argv[i+1]);
|
||||
cerr << "print config: " << m_print_config << endl;
|
||||
}
|
||||
}
|
||||
assert(m_network_ptr != NULL);
|
||||
|
|
Loading…
Reference in a new issue