Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
remove threshold not met info log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed May 7, 2018
1 parent 3a260cf commit f402e20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lasp_core.erl
Expand Up @@ -119,7 +119,6 @@ enforce_once(Id, Threshold, EnforceFun, Store) ->
ok
end;
false ->
lager:info("Threshold not met: ~p ~p", [Value, Threshold]),
ok
end,
Value
Expand Down Expand Up @@ -1082,4 +1081,4 @@ store_delta(Origin, Counter, Delta, DeltaMap0) ->

%% @doc Execute call to the proper backend.
do(Function, Args) ->
erlang:apply(lasp_storage_backend, Function, Args).
erlang:apply(lasp_storage_backend, Function, Args).

0 comments on commit f402e20

Please sign in to comment.