Browse Source

Remove debug

master
Dylan Baker 3 years ago
parent
commit
030c268982
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      oslo-lib/src/lib.rs

+ 0
- 2
oslo-lib/src/lib.rs View File

@@ -22,8 +22,6 @@ pub async fn build_app() -> Result<tide::Server<State>, tide::Error> {
22 22
         login_path: login_path.clone(),
23 23
     });
24 24
 
25
-    dbg!(std::env::var("POSTS_DIR"))?;
26
-
27 25
     app.at("/static").serve_dir("static")?;
28 26
 
29 27
     app.with(After(errors));

Loading…
Cancel
Save