Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
xoltar committed Mar 31, 2017
1 parent fb8c3ed commit dc5d75c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface/input_manager.cpp
Expand Up @@ -427,7 +427,6 @@ std::unique_ptr<InputData> InputManager::read_discrete_metric_space(std::ifstrea
+ "and" + std::to_string(j));

std::string str = tokens.next_token();
debug() << str;

exact cur_dist = str_to_exact(str);

Expand Down

0 comments on commit dc5d75c

Please sign in to comment.