Skip to content

Commit

Permalink
Remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 14, 2024
1 parent 619f7c4 commit 18cf4fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/joni/Matcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ static void debugSearch(String name, int textP, int textEnd, int textRange) {
}

public void setTimeout(long timeout) {
System.out.println("TIMEOUT = " + timeout);
this.timeout = timeout;
}
}

0 comments on commit 18cf4fa

Please sign in to comment.