Skip to content

Commit 106fc10

Browse files
committed
deleting console messages
1 parent 1aa0d93 commit 106fc10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/Main/Main.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public class Main implements CommandLineRunner {
1313
public static void main(String[] args) {
1414

1515
SpringApplication.run(Main.class, args);
16-
System.out.println("I am in");
17-
1816
}
1917

2018
public void run(String... args) throws Exception {
@@ -25,7 +23,6 @@ public void run(String... args) throws Exception {
2523

2624
reporte = reporte+"Line"+i+ "\n";
2725
}
28-
System.out.println(reporte);
2926

3027
FileWriter fileWriter = new FileWriter("file.txt", true);
3128
BufferedWriter bufferedWriter = new BufferedWriter(fileWriter);

0 commit comments

Comments
 (0)