rcm: remove outdated comment

PushCompose() does not inject a local target anymore.
This commit is contained in:
Lars Karlitski 2020-03-31 13:23:23 +02:00 committed by Tom Gundersen
parent eb10cf3124
commit a6338410bc

View file

@ -206,7 +206,6 @@ func (api *API) submit(writer http.ResponseWriter, request *http.Request, _ http
// Push the requested compose to the store
composeUUID := uuid.New()
// nil is used as an upload target, because LocalTarget is already used in the PushCompose function
err = api.store.PushCompose(imageType, composeUUID, &blueprint.Blueprint{}, repoConfigs, packages, buildPackages, 0, nil)
if err != nil {
if api.logger != nil {