Skip to content

Commit 4ee62a7

Browse files
committed
fix: remove warning in source parser when no registered class found
1 parent 735ba01 commit 4ee62a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/script/jvm_script.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ StringName SourceScript::parse_source_to_fqdn(const String& p_path, String& r_so
332332
int register_class_index { source.find(register_class_annotation, register_class_search_start) };
333333

334334
if (register_class_index == -1) {
335-
JVM_LOG_WARNING(vformat("Cannot find registered class in %s", p_path));
336335
return StringName();
337336
}
338337

0 commit comments

Comments
 (0)