From 12f0491455bdf62ac2babb068f361dba352637f3 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 2 Dec 2023 09:34:57 -0800 Subject: [PATCH] web: remove stale comments --- web/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/src/lib.rs b/web/src/lib.rs index e9c92f0..ff5ed38 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -12,14 +12,6 @@ mod graphql; mod state; mod view; -// ------ ------ -// View -// ------ ------ - -// ------ ------ -// Start -// ------ ------ - // (This function is invoked by `init` function in `index.html`.) #[wasm_bindgen(start)] pub fn start() {