diff --git a/bot/src/exec.rs b/bot/src/exec.rs index b10a8d102..7e3f9ef56 100644 --- a/bot/src/exec.rs +++ b/bot/src/exec.rs @@ -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(),