Removed delete db row temp code

This commit is contained in:
2023-09-11 21:50:37 -04:00
parent e4d68dc772
commit f7aaa1dc81
2 changed files with 0 additions and 9 deletions

View File

@@ -53,8 +53,6 @@ impl Airports {
}
}))
.load::<Airports>(&mut conn)?;
// let string = serde_json::to_string(&airports).unwrap();
// std::fs::write("test.json", string);
Ok(airports)
}