loggerd: remove redundant Params Construction (#35138)

remove redundant Params Construction
pull/35141/head
Dean Lee 3 days ago committed by GitHub
parent aa1b790708
commit 7c16e65347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/loggerd/loggerd.cc

@ -203,7 +203,7 @@ void handle_user_flag(LoggerdState *s) {
// mark route for uploading
Params params;
std::string routes = Params().get("AthenadRecentlyViewedRoutes");
std::string routes = params.get("AthenadRecentlyViewedRoutes");
params.put("AthenadRecentlyViewedRoutes", routes + "," + s->logger.routeName());
prev_segment = s->logger.segment();

Loading…
Cancel
Save