diff options
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -15,8 +15,6 @@ import "github.com/svent/go-nbreader" // import "log" import log "github.com/sirupsen/logrus" -// TODO this journalhook to be cross platform -// import "github.com/wercker/journalhook" // TODO: look at https://github.com/go-cmd/cmd/issues/20 // use go-cmd instead here? @@ -66,12 +64,6 @@ func Script(cmds string) int { return 0 } -/* -func UseJournalctl() { - journalhook.Enable() -} -*/ - func SpewOn() { spewOn = true } |
