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
         login_path: login_path.clone(),
22
         login_path: login_path.clone(),
23
     });
23
     });
24
 
24
 
25
-    dbg!(std::env::var("POSTS_DIR"))?;
26
-
27
     app.at("/static").serve_dir("static")?;
25
     app.at("/static").serve_dir("static")?;
28
 
26
 
29
     app.with(After(errors));
27
     app.with(After(errors));

Loading…
Cancel
Save