Skip to content

Commit

Permalink
Remove debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderocky committed Mar 8, 2022
1 parent 3c4f4a7 commit 4205061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/org/byteskript/skript/test/TypesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public static void start() throws Throwable {
final PostCompileClass[] classes = skript.compileComplexScript(TypesTest.class.getClassLoader()
.getResourceAsStream("types.bsk"), "skript.types");
for (PostCompileClass cls : classes) {
debug(cls);
if (script == null)
script = skript.loadScript(cls);
else skript.loadScript(cls);
Expand Down

0 comments on commit 4205061

Please sign in to comment.