diff --git a/LANCommander.Server/UI/Components/ScriptEditorDialog.razor b/LANCommander.Server/UI/Components/ScriptEditorDialog.razor index b6bded98..087de700 100644 --- a/LANCommander.Server/UI/Components/ScriptEditorDialog.razor +++ b/LANCommander.Server/UI/Components/ScriptEditorDialog.razor @@ -80,8 +80,6 @@ } - - @if (IsDebuggable && HasDebugTarget) { @@ -107,14 +105,12 @@ - @code { Guid _id = Guid.NewGuid(); Form