remove dummy data

This commit is contained in:
2021-02-20 18:56:52 +01:00
parent 2a93800765
commit 1369db85e8
+3
View File
@@ -167,6 +167,8 @@ async fn main() -> std::io::Result<()> {
fn init_yopa() -> YopaStoreWrapper {
let mut store = Storage::new();
/*
// Seed the store with some dummy data for view development
use yopa::model;
use yopa::DataType;
@@ -288,6 +290,7 @@ fn init_yopa() -> YopaStoreWrapper {
}],
})
.unwrap();
*/
web::Data::new(tokio::sync::RwLock::new(store))
}