Skip to content

Commit

Permalink
Remove temporary debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam committed Feb 7, 2024
1 parent 258d0e0 commit ebd5ca5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public TokenOccurenceVector generateOccurenceVector(Iterator<EObject> modelEleme
for (TokenType type : tokenizer.allTokenTypes()) {
occurenceVector.add(tokenTypeHistogram.getOrDefault(type, 0));
}
System.err.println(occurenceVector + " for " + tokenizer.allTokenTypes());
return new TokenOccurenceVector(normalize(occurenceVector));
}

Expand Down

0 comments on commit ebd5ca5

Please sign in to comment.