|
@@ -64,9 +64,6 @@ handle_cast(_Req, State) ->
|
|
|
{noreply, State}.
|
|
|
|
|
|
|
|
|
-handle_info(check_time_process, []) ->
|
|
|
- erlang:send_after(1000, self(), check_time_process),
|
|
|
- {noreply, []};
|
|
|
handle_info(check_time_process, State) ->
|
|
|
erlang:send_after(1000, self(), check_time_process),
|
|
|
|