File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/main/java/dev/manere/inscript Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ public String getKey() {
248248 }
249249 }
250250
251- System .out .println (1 );
252251 section .getComments ().addAll (tempComments );
253252 tempComments .clear ();
254253
@@ -270,7 +269,6 @@ public String getKey() {
270269 }
271270 };
272271
273- System .out .println (2 );
274272 node .getComments ().addAll (tempComments );
275273 tempComments .clear ();
276274
@@ -328,8 +326,6 @@ public String getKey() {
328326 }
329327 };
330328
331-
332- System .out .println (3 );
333329 node .getComments ().addAll (tempComments );
334330 tempComments .clear ();
335331
@@ -362,8 +358,6 @@ public String getKey() {
362358 }
363359 };
364360
365- System .out .println (4 );
366-
367361 node .getComments ().addAll (tempComments );
368362 tempComments .clear ();
369363
You can’t perform that action at this time.
0 commit comments