We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8f6d8 commit f0a97c7Copy full SHA for f0a97c7
1 file changed
src/main/java/dev/manere/inscript/Inscript.java
@@ -248,7 +248,6 @@ public String getKey() {
248
}
249
250
251
- System.out.println(1);
252
section.getComments().addAll(tempComments);
253
tempComments.clear();
254
@@ -270,7 +269,6 @@ public String getKey() {
270
269
271
};
272
273
- System.out.println(2);
274
node.getComments().addAll(tempComments);
275
276
@@ -328,8 +326,6 @@ public String getKey() {
328
326
329
327
330
331
-
332
- System.out.println(3);
333
334
335
@@ -362,8 +358,6 @@ public String getKey() {
362
358
363
359
364
360
365
- System.out.println(4);
366
367
361
368
369
0 commit comments