Skip to content

Commit

Permalink
Remove unneccesary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NGSpace committed Dec 19, 2024
1 parent bad6b33 commit 0d66830
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public V2ClassPropertyCall(int line, int charpos, String v, AV2Compiler c, V2Run
}
}
@Override public Object get() throws CompileException {
Hudder.log(value);
Object obj = smartGet();
if (obj instanceof Set<?> r) return r.toArray();
if (obj instanceof ScriptableObject en) {
Expand Down

0 comments on commit 0d66830

Please sign in to comment.