Skip to content

Commit 6383c39

Browse files
committed
Remove a print statement left over from debugging
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170078105
1 parent a870e06 commit 6383c39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/main/java/com/google/googlejavaformat/OpsBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ public void checkClosed(int previous) {
206206

207207
/** Create a {@link FormatterDiagnostic} at the current position. */
208208
public FormatterDiagnostic diagnostic(String message) {
209-
System.err.printf(">>>> %d: %s\n", inputPosition, message);
210209
return input.createDiagnostic(inputPosition, message);
211210
}
212211

0 commit comments

Comments
 (0)