style: remove unused commented fn
This commit is contained in:
parent
c0df85ac09
commit
009b9c3d39
|
@ -150,10 +150,6 @@ stop(Type, Name) ->
|
|||
start(Type, Name) ->
|
||||
emqx_resource:start(resource_id(Type, Name)).
|
||||
|
||||
% create(ConnectorId, Conf) ->
|
||||
% {ConnectorType, ConnectorName} = parse_connector_id(ConnectorId),
|
||||
% create(ConnectorType, ConnectorName, Conf).
|
||||
|
||||
create(Type, Name, Conf) ->
|
||||
create(Type, Name, Conf, #{}).
|
||||
|
||||
|
|
Loading…
Reference in New Issue