removed debug comments

This commit is contained in:
Alfred Kamanda 2024-10-15 15:54:43 +03:00
parent 6c6af5ec21
commit 859e203a00
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -988,8 +988,6 @@ func (h *Handlers) SetDefaultVoucher(ctx context.Context, sym string, input []by
return res, fmt.Errorf("missing session")
}
fmt.Println("Running SetDefaultVoucher")
// check if the user has an active sym
_, err = store.ReadEntry(ctx, sessionId, utils.DATA_ACTIVE_SYM)
@ -1031,8 +1029,6 @@ func (h *Handlers) SetDefaultVoucher(ctx context.Context, sym string, input []by
return res, nil
}
fmt.Println("Nothing will happen as the error in not 404")
return res, err
}