We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa0d93 commit 106fc10Copy full SHA for 106fc10
src/main/java/Main/Main.java
@@ -13,8 +13,6 @@ public class Main implements CommandLineRunner {
13
public static void main(String[] args) {
14
15
SpringApplication.run(Main.class, args);
16
- System.out.println("I am in");
17
-
18
}
19
20
public void run(String... args) throws Exception {
@@ -25,7 +23,6 @@ public void run(String... args) throws Exception {
25
23
26
24
reporte = reporte+"Line"+i+ "\n";
27
28
- System.out.println(reporte);
29
30
FileWriter fileWriter = new FileWriter("file.txt", true);
31
BufferedWriter bufferedWriter = new BufferedWriter(fileWriter);
0 commit comments