log: remove extraneous print
This commit is contained in:
parent
9d1e3ab2f0
commit
e3162b6164
|
@ -148,9 +148,6 @@ func Setup(opts *Options) error {
|
|||
|
||||
log.p = priority
|
||||
log.writeConsole = opts.WriteConsole
|
||||
if opts.WriteConsole {
|
||||
fmt.Println("will write to console")
|
||||
}
|
||||
|
||||
if opts.WriteSyslog {
|
||||
var err error
|
||||
|
|
Loading…
Reference in New Issue