Browse Source

Remove debug

pull/41/head
marcin.suterski 8 years ago
parent
commit
037235f5f5
No known key found for this signature in database GPG Key ID: A6CF8B51D99C0C92
  1. 4
      plugin.go

4
plugin.go

@ -88,10 +88,6 @@ func (p Plugin) Exec() error {
trace(c)
}
logrus.WithFields(logrus.Fields{
"command": c.Args,
}).Debug("Running")
err := c.Run()
if err != nil {
logrus.WithFields(logrus.Fields{

Loading…
Cancel
Save