Skip to content

Commit

Permalink
delete LOG because it's not optional function now
Browse files Browse the repository at this point in the history
  • Loading branch information
kookubo committed Sep 6, 2023
1 parent 177609c commit f452627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tateyama/server/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ int backend_main(int argc, char **argv) {
#endif
tgsv.add_resource(std::make_shared<jogasaki::api::kvsservice::resource>());
tgsv.add_service(std::make_shared<jogasaki::api::kvsservice::service>());
LOG(INFO) << "remotekvs bridge created";

// status_info
auto status_info = tgsv.find_resource<tateyama::status_info::resource::bridge>();
Expand Down

0 comments on commit f452627

Please sign in to comment.