remove old todo

This commit is contained in:
askiiart 2025-01-30 11:46:02 -06:00
parent e6775f1981
commit be695cecb1
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -81,7 +81,6 @@ async fn run(config_path: String) {
let start_time = SystemTime::now();
let job_exit_status = run_job(&state.conf, job_id.clone(), job.clone());
// TODO: PUSH IT TO THE DB HERE
sql::log_job(
pg_connection.as_mut(),
start_time,
@ -411,3 +410,4 @@ impl State {
return dep_map;
}
}
// .