Disable the useless error log info

This commit is contained in:
GilbertWong 2019-07-18 19:54:10 +08:00 committed by Shawn
parent 0c14484b0a
commit 391e39c3b6
1 changed files with 0 additions and 4 deletions

View File

@ -331,10 +331,6 @@ update_expiry_interval(SPid, Interval) ->
close(SPid) ->
gen_server:call(SPid, close).
-spec(close(spid(), atom()) -> ok).
close(SPid, Reason) ->
gen_server:call(SPid, {close, Reason}).
%%------------------------------------------------------------------------------
%% gen_server callbacks
%%------------------------------------------------------------------------------