From 199c6c7d4f079ed28d1dcd7cc2e0b2c2d59de186 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sun, 2 Jul 2023 16:06:01 +0100 Subject: [PATCH] chore: clear some code --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index ba3194e..2c33700 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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::{