lang: Remove unnecessary log package

This commit is contained in:
James Shubin
2019-02-06 09:03:49 -05:00
parent 749038c76d
commit 1247c789aa
6 changed files with 23 additions and 38 deletions

View File

@@ -34,8 +34,6 @@ import (
const (
// PuppetYAMLBufferSize is the maximum buffer size for the yaml input data
PuppetYAMLBufferSize = 65535
// Debug is a local debug constant used in this module
Debug = false // FIXME: integrate with global debug flag
)
func (obj *GAPI) runPuppetCommand(cmd *exec.Cmd) ([]byte, error) {