Skip to content

Commit ceb70cd

Browse files
committed
style: remove debug log
1 parent d575f15 commit ceb70cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

root/mods-unpacked/GodotModding-UserProfile/mod_main.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ func apply_config(config: ModConfig) -> void:
4949

5050
func _on_current_config_changed(config: ModConfig) -> void:
5151
if config.mod_id == GodotModding_User_Profile_MOD_DIR:
52-
ModLoaderLog.debug("HHHHHEEEEEEEEYYYY - My config changed to %s" % config.name, GodotModding_User_Profile_LOG_NAME)
5352
apply_config(config)

0 commit comments

Comments
 (0)