Skip to content

Commit 11306c7

Browse files
LaunchDarklyReleaseBotzurab-darklybwoskow-ldtorchhoundLaunchDarklyCI
authored
prepare 2.0.4 release (#76)
## [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>
1 parent da8e60e commit 11306c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ldclient_storage_redis_server.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ set_init(Client, Prefix) ->
321321
-spec get_init(Client :: eredis:client(), Prefix :: string()) -> boolean().
322322
get_init(Client, Prefix) ->
323323
{ok, Value} = eredis:q(Client, ["GET", lists:concat([Prefix, ":$inited"])]),
324-
error_logger:error_msg("Inited value ~p", [Value]),
325324
case Value of
326325
undefined -> false;
327326
_ -> true

0 commit comments

Comments
 (0)