diff --git a/Godot/script_templates/Node/PageControllerTemplate.cs b/Godot/script_templates/Node/PageControllerTemplate.cs
index 808c1d1..cdcd574 100644
--- a/Godot/script_templates/Node/PageControllerTemplate.cs
+++ b/Godot/script_templates/Node/PageControllerTemplate.cs
@@ -42,7 +42,7 @@ public partial class _CLASS_ :_BASE_,IController,IUiPageBehaviorProvider,IUiPage
/// 页面进入参数,可能为空
public void OnEnter(IUiPageEnterParam? param)
{
- _log.Info("测试主菜单 OnEnter");
+
}
///
/// 页面退出时调用的方法