Skip to content

Commit

Permalink
fix: do not generate remote model
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed Dec 19, 2024
1 parent 1075a68 commit 5c19de7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/controllers/engines.cc
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ void Engines::InstallRemoteEngine(
resp->setStatusCode(k400BadRequest);
callback(resp);
} else {
auto gr = engine_service_->GenerateRemoteModel(engine);
if (gr.has_error()) {
CTL_INF("Error: " << gr.error());
}
// auto gr = engine_service_->GenerateRemoteModel(engine);
// if (gr.has_error()) {
// CTL_INF("Error: " << gr.error());
// }

Json::Value res;
if (get_models_url.empty()) {
Expand Down

0 comments on commit 5c19de7

Please sign in to comment.