diff --git a/plugin/editor/editor.go b/plugin/editor/editor.go index 0e67e2be..1eb3eb1c 100644 --- a/plugin/editor/editor.go +++ b/plugin/editor/editor.go @@ -66,8 +66,6 @@ func (e *Plugin) Port(port int) *Plugin { return e } -// - // SetEnable if true enables the editor plugin, otherwise disables it func (e *Plugin) SetEnable(enable bool) { e.enabled = enable