From 616f02ee2b454f304f78412cd2f854d4870a4581 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 8 Oct 2018 19:20:11 -0700 Subject: [PATCH] testing --- plugin/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/main.go b/plugin/main.go index 30987a37..b7df4f21 100644 --- a/plugin/main.go +++ b/plugin/main.go @@ -17,7 +17,6 @@ package plugin import ( "fmt" - "github.com/fatih/structs" "github.com/hunterlong/statup/core" "github.com/hunterlong/statup/types" "github.com/hunterlong/statup/utils" @@ -99,7 +98,7 @@ func LoadPlugins(debug bool) { if debug { utils.Log(1, fmt.Sprintf("Plugin '%v' struct:", f.Name())) - utils.Log(1, structs.Map(symPlugin)) + //utils.Log(1, structs.Map(symPlugin)) } var plugActions types.PluginActions