Skip to content

Commit 2cb7c22

Browse files
committed
Remove Sysout for LaTeX-Expression
1 parent 79d42c0 commit 2cb7c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/moritzf/sorting/logic/sorting/ShellSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public String step2LaTeX(int i) {
251251
latexString.append(generateLatexTable(step.getTargetMatrix()));
252252

253253
latexString.append("\n$");
254-
System.out.println(latexString.toString());
254+
255255
return latexString.toString();
256256
}
257257

0 commit comments

Comments
 (0)