Skip to content

Commit 53c7ba9

Browse files
author
Christoph Petrausch
committed
Remove debug output
1 parent 4a1100b commit 53c7ba9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/serverquery/client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package serverquery
33
import (
44
"errors"
55
"fmt"
6-
"log"
76
"syscall"
87
"time"
98

@@ -99,7 +98,6 @@ func (c *Client) Metrics() *ClientMetrics {
9998
}
10099

101100
func (c *Client) Exec(cmd string) ([]Result, error) {
102-
log.Println(cmd)
103101
if c.limiter != nil {
104102
<-c.limiter.C
105103
}

0 commit comments

Comments
 (0)