Skip to content

Commit

Permalink
WordTag::find_matches(): Fix debug message to print a string - not an…
Browse files Browse the repository at this point in the history
… address
  • Loading branch information
ampli committed Jul 18, 2019
1 parent a1df0ca commit d9252e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-grammar/sat-solver/word-tag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void WordTag::insert_connectors(Exp* exp, int& dfs_position,

void WordTag::find_matches(int w, Connector* search_cntr, char dir, std::vector<PositionConnector*>& matches)
{
// cout << "Look connection on: ." << _word << ". ." << w << ". " << search_cntr << dir << endl;
// cout << "Look connection on: ." << _word << ". ." << w << ". " << connector_string(search_cntr) << dir << endl;

std::vector<PositionConnector>* connectors;
switch(dir) {
Expand Down

0 comments on commit d9252e4

Please sign in to comment.