Skip to content

Commit

Permalink
prepare 2.0.4 release (#76)
Browse files Browse the repository at this point in the history
## [2.0.4] - 2023-06-05
### Fixed:
- Remove error log message associated with debugging redis
initialization state.

---------

Co-authored-by: zurab-darkly <56062336+zurab-darkly@users.noreply.github.com>
Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com>
Co-authored-by: Joe Cieslik <5600929+torchhound@users.noreply.github.com>
Co-authored-by: Zurab Davitiani <zurab@launchdarkly.com>
Co-authored-by: LaunchDarklyCI <dev@launchdarkly.com>
Co-authored-by: elliot <elliot@debian.elliot>
Co-authored-by: elliot <https://Apache-HB@github.com>
Co-authored-by: Elliot <35050275+Apache-HB@users.noreply.github.com>
Co-authored-by: Ben Woskow <bwoskow@launchdarkly.com>
Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com>
Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
Co-authored-by: Matt Glover <mpglover@gmail.com>
Co-authored-by: Molly <molly.jones@launchdarkly.com>
Co-authored-by: Ben Levy <benjaminlevy007@gmail.com>
Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>
Co-authored-by: Louis Chan <lchan@launchdarkly.com>
  • Loading branch information
17 people committed Jun 5, 2023
1 parent da8e60e commit 11306c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ldclient_storage_redis_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ set_init(Client, Prefix) ->
-spec get_init(Client :: eredis:client(), Prefix :: string()) -> boolean().
get_init(Client, Prefix) ->
{ok, Value} = eredis:q(Client, ["GET", lists:concat([Prefix, ":$inited"])]),
error_logger:error_msg("Inited value ~p", [Value]),
case Value of
undefined -> false;
_ -> true
Expand Down

0 comments on commit 11306c7

Please sign in to comment.