mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
less verbose command output
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Juan Font

parent
d479234058
commit
8e44596171
@@ -179,8 +179,6 @@ func (t *TailscaleInContainer) Version() string {
|
||||
func (t *TailscaleInContainer) Execute(
|
||||
command []string,
|
||||
) (string, string, error) {
|
||||
log.Println("command", command)
|
||||
log.Printf("running command for %s\n", t.hostname)
|
||||
stdout, stderr, err := dockertestutil.ExecuteCommand(
|
||||
t.container,
|
||||
command,
|
||||
|
Reference in New Issue
Block a user