Skip to content

Commit

Permalink
remove todo()!
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Sep 18, 2024
1 parent fa4972a commit 7431f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire_seq_search_server/src/query_engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl DocData {

impl QueryEngine {
pub fn generate_wordcloud(self: &Self) -> String {
todo!()
String::from("TODO: wordcloud is turned off")
//crate::word_frequency::generate_wordcloud(&self.articles)
}

Expand Down

0 comments on commit 7431f69

Please sign in to comment.