Skip to content

Commit

Permalink
modernizing
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Apr 25, 2023
1 parent 3309a68 commit 88078c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/mbma_mod.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,8 @@ vector<Rule*> Mbma::execute( const UnicodeString& word,
}
if ( debugFlag > 1 ){
if ( both_V2_and_V2I ){
DBG << "found a special one! " << word << endl;
UnicodeString out;
for ( const auto& cls : classes ){
out += cls + ",";
}
DBG << "in : " << out << endl;
DBG << "found a special V2VI one: " << word << " in : "
<< TiCC::join( classes, "," ) << endl;
}
}
bool keep_V2I = false;
Expand Down

0 comments on commit 88078c2

Please sign in to comment.