do not add naked 'fmt.Print' (#1627)
This commit is contained in:
@@ -21,7 +21,6 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@@ -293,7 +292,6 @@ func getCreateServiceAccountCredsResponse(session *models.Principal, serviceAcco
|
|||||||
}
|
}
|
||||||
|
|
||||||
accounts, err := userAdminClient.listServiceAccounts(ctx, "")
|
accounts, err := userAdminClient.listServiceAccounts(ctx, "")
|
||||||
fmt.Println("dummy line")
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, prepareError(err)
|
return nil, prepareError(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user