Skip to content

Commit fdc24ac

Browse files
committed
silencing some very loud extensive logging in trace mode
1 parent 9a143a2 commit fdc24ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

otc/newick.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void NewickTokenizer::iterator::consume_next_token() {
170170
}
171171
throw OTCParsingError("Unexpected EOF. Semicolon expected at the end of the newick.", '\0', *this->current_pos);
172172
} else {
173-
LOG(TRACE) << "in consume_next_token with n =\"" << n << "\"";
173+
//LOG(TRACE) << "in consume_next_token with n =\"" << n << "\"";
174174
if (this->previous_token_state == NWK_NOT_IN_TREE) {
175175
if (n == '(') {
176176
this->current_token_state = NWK_OPEN;

0 commit comments

Comments
 (0)