Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Aug 29, 2024
1 parent 7ec7530 commit 2540c7b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
1 change: 0 additions & 1 deletion src/command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ pub mod generate_reports;
pub mod import_countries;
pub mod remove_areas_tag;
pub mod sync;
pub mod trending_areas;
pub mod update_areas_tag;
91 changes: 0 additions & 91 deletions src/command/trending_areas.rs

This file was deleted.

6 changes: 0 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ async fn main() -> ExitCode {
return ExitCode::FAILURE;
}
}
"trending-areas" => {
if let Err(e) = command::trending_areas::run(args) {
error!(?e, "Failed to retrieve trending areas");
return ExitCode::FAILURE;
}
}
first_arg => {
error!(command = first_arg, "Unknown command");
return ExitCode::FAILURE;
Expand Down

0 comments on commit 2540c7b

Please sign in to comment.