fix(ft): drop unrelated TODO

This commit is contained in:
Andrew Mayorov 2023-02-20 18:03:26 +03:00 committed by Ilya Averyanov
parent 7ff253e80d
commit 2b925aa60b
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@
%% %%
start_link(Storage, Transfer, Size) -> start_link(Storage, Transfer, Size) ->
%% TODO
%% Additional callbacks? They won't survive restarts by the supervisor, which brings a
%% question if we even need to retry with the help of supervisor.
gen_statem:start_link(?REF(Transfer), ?MODULE, {Storage, Transfer, Size}, []). gen_statem:start_link(?REF(Transfer), ?MODULE, {Storage, Transfer, Size}, []).
%% %%