Skip to content

Commit 2970b00

Browse files
committed
updated add_file.rs
1 parent a9818b6 commit 2970b00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/add_file.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ pub mod add_fn {
9797
crate::log::logger::start("ADD ".to_string());
9898
let TIME_DATE: [String; 2] = crate::time::time_fn::start();
9999

100-
//let now: DateTime<Local> = Local::now();
101-
//let time = format!("{:02}:{:02}:{:02}", now.hour(), now.minute(), now.second());
102-
103100
fn check_unique_name(unq: &String) -> Result<bool, Box<dyn Error>>
104101
{
105102
let conn = Connection::open("rustix/storage.db3")?;

0 commit comments

Comments
 (0)