Skip to content

Commit

Permalink
Removed debugging haha
Browse files Browse the repository at this point in the history
  • Loading branch information
Manered committed Jan 4, 2025
1 parent de8f6d8 commit f0a97c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/dev/manere/inscript/Inscript.java
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ public String getKey() {
}
}

System.out.println(1);
section.getComments().addAll(tempComments);
tempComments.clear();

Expand All @@ -270,7 +269,6 @@ public String getKey() {
}
};

System.out.println(2);
node.getComments().addAll(tempComments);
tempComments.clear();

Expand Down Expand Up @@ -328,8 +326,6 @@ public String getKey() {
}
};


System.out.println(3);
node.getComments().addAll(tempComments);
tempComments.clear();

Expand Down Expand Up @@ -362,8 +358,6 @@ public String getKey() {
}
};

System.out.println(4);

node.getComments().addAll(tempComments);
tempComments.clear();

Expand Down

0 comments on commit f0a97c7

Please sign in to comment.