Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Mar 4, 2022
1 parent 44af3b2 commit a885826
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/miner_keys.erl
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,8 @@ key_config() ->
BaseDir = application:get_env(blockchain, base_dir, "data"),
case application:get_env(blockchain, key, undefined) of
undefined ->
lager:info("*** key config point 1 ~p", [BaseDir]),
{file, BaseDir};
KC ->
lager:info("*** key config point 2 ~p ~p", [BaseDir, KC]),
KC
end.

Expand Down

0 comments on commit a885826

Please sign in to comment.