Skip to content

Commit f0a97c7

Browse files
committed
Removed debugging haha
1 parent de8f6d8 commit f0a97c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/dev/manere/inscript/Inscript.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)