chore: clear some code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-07-02 16:06:01 +01:00
parent dc8064b90d
commit 199c6c7d4f

View File

@ -1,6 +1,5 @@
#[macro_use]
extern crate rocket;
//use std::{thread, time::Duration, sync::Arc, io};
use ::std::sync::Arc;
mod animations;
@ -19,8 +18,6 @@ use r2d2_sqlite::SqliteConnectionManager;
use crate::db::setup_database;
//use std::sync::atomic::AtomicBool;
use std::{
error::Error,
sync::{