Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
5pilow committed Nov 19, 2023
1 parent ae229c5 commit f0c0853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/leekscript/runner/AI.java
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ public Object setField(Object object, String field, Object value, ClassLeekValue
f.set(object, value);
return value;
} catch (IllegalArgumentException | IllegalAccessException | NoSuchFieldException | SecurityException e) {
addSystemLog(AILog.ERROR, e);
// addSystemLog(AILog.ERROR, e);
}
}
addSystemLog(AILog.ERROR, Error.UNKNOWN_FIELD, new Object[] { object, field });
Expand Down

0 comments on commit f0c0853

Please sign in to comment.