pull/78/head
Hunter Long 2018-10-08 19:20:11 -07:00
parent 07882f45a7
commit 616f02ee2b
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ package plugin
import ( import (
"fmt" "fmt"
"github.com/fatih/structs"
"github.com/hunterlong/statup/core" "github.com/hunterlong/statup/core"
"github.com/hunterlong/statup/types" "github.com/hunterlong/statup/types"
"github.com/hunterlong/statup/utils" "github.com/hunterlong/statup/utils"
@ -99,7 +98,7 @@ func LoadPlugins(debug bool) {
if debug { if debug {
utils.Log(1, fmt.Sprintf("Plugin '%v' struct:", f.Name())) 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 var plugActions types.PluginActions