fix(ft): drop unrelated TODO
This commit is contained in:
parent
7ff253e80d
commit
2b925aa60b
|
@ -37,9 +37,6 @@
|
|||
%%
|
||||
|
||||
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}, []).
|
||||
|
||||
%%
|
||||
|
|
Loading…
Reference in New Issue