Skip to content

Commit

Permalink
removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed May 28, 2019
1 parent 05039d3 commit 696c164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucto_tokenizer_mod.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void UctoTokenizer::add_provenance( folia::Document& doc,
else {
folia::processor *p = tokenizer->add_provenance_setting( &doc, main );
if ( p ){
cerr << "FOUND processor: " << p << endl;
// cerr << "FOUND processor: " << p << endl;
tokenizer->add_provenance_structure( &doc, main );
}
else {
Expand Down

0 comments on commit 696c164

Please sign in to comment.