Skip to content

Commit

Permalink
Removing mistakenly added log
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 29, 2011
1 parent 536717c commit af56b01
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -180,7 +180,6 @@ private List<Match<T>> sort(final Map<String, Match<T>> possibleMatches)
*/
public void removeMatch(final String match)
{
new Exception("Removing match " + match).printStackTrace();
boolean isImmutable = immutables.contains(match);
if (isImmutable)
{
Expand Down

0 comments on commit af56b01

Please sign in to comment.