Skip to content

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed Mar 1, 2022
1 parent 63406dd commit 3c74c85
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bot/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ fn execute_tasks_in_lookback_window(
let r_cache = cache.read().unwrap();
r_cache.index.get(&t).and_then(|keys| {
for key in keys.iter() {
// handles.push(execute_task(
// client.clone(),
// cache.clone(),
// bucket.clone(),
// *key,
// ));
r_cache.data.get(key).and_then(|task| {
handles.push(execute_task(
client.clone(),
Expand Down

0 comments on commit 3c74c85

Please sign in to comment.