mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: removed print not used
This commit is contained in:
@@ -710,7 +710,6 @@ func SetRawSecrets(secretArgs []string, secretType string, environmentName strin
|
||||
Environment: environmentName,
|
||||
}
|
||||
|
||||
fmt.Println(projectId, environmentName)
|
||||
err = api.CallCreateRawSecretsV3(httpClient, createSecretRequest)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("unable to process new secret creations [err=%v]", err)
|
||||
|
||||
Reference in New Issue
Block a user