Skip to content

Commit 22d10a3

Browse files
committed
Minor print fix
1 parent 27133ce commit 22d10a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30921,7 +30921,7 @@ func HandleCheckLicense(ctx context.Context, org Org) Org {
3092130921
cacheKey := fmt.Sprintf("org_sync_features_%s", org.Id)
3092230922
syncFeatures, err := GetCache(ctx, cacheKey)
3092330923
if err != nil {
30924-
log.Printf("[ERROR] Failed to get cache in HandleCheckLicense: %v", err)
30924+
//log.Printf("[ERROR] Failed to get cache in HandleCheckLicense: %v", err)
3092530925
org.SyncFeatures.MultiEnv.Active = false
3092630926
org.SyncFeatures.MultiEnv.Limit = 1
3092730927

0 commit comments

Comments
 (0)