Skip to content

Commit 90b6738

Browse files
committed
✏️ fix missed commit
1 parent 8a4b887 commit 90b6738

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bin/cli/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ fn main() {
4949

5050
let mut chart = Chart::new(&candles);
5151

52-
if !options.ticker.is_none() && options.mode == CandlesRetrievalMode::Yahoo {
53-
chart.set_name(options.ticker.unwrap().to_string());
54-
}
55-
5652
if let Some(chart_name) = options.chart_name {
5753
chart.set_name(chart_name);
5854
}

0 commit comments

Comments
 (0)