Skip to content

Commit 56e76d7

Browse files
authored
Remove extraneous println in ReduceIndentationCleanUp (#2401)
1 parent 3a6d922 commit 56e76d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ public void rewriteASTInternal(final CompilationUnitRewrite cuRewrite, final Lin
412412
try {
413413
TextEdit t = rewrite.rewriteAST(document, null);
414414
t.apply(document);
415-
System.out.println(document.get(0, document.getLength()));
416415
} catch (BadLocationException e) {
417416
// TODO Auto-generated catch block
418417
e.printStackTrace();

0 commit comments

Comments
 (0)