aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/bin/fatcatd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/bin/fatcatd.rs')
-rw-r--r--rust/src/bin/fatcatd.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/rust/src/bin/fatcatd.rs b/rust/src/bin/fatcatd.rs
index 05a8e1a5..f33c3763 100644
--- a/rust/src/bin/fatcatd.rs
+++ b/rust/src/bin/fatcatd.rs
@@ -3,7 +3,7 @@
extern crate chrono;
extern crate clap;
extern crate diesel;
-extern crate dotenv;
+//extern crate dotenv;
extern crate fatcat;
extern crate fatcat_api;
extern crate futures;
@@ -17,11 +17,11 @@ extern crate slog_async;
extern crate slog_term;
use clap::{App, Arg};
-use dotenv::dotenv;
use iron::{Chain, Iron};
use iron_slog::{DefaultLogFormatter, LoggerMiddleware};
use slog::{Drain, Logger};
-use std::env;
+//use dotenv::dotenv;
+//use std::env;
//use swagger::auth::AllowAllMiddleware;
/// Create custom server, wire it to the autogenerated router,