diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-01-28 22:34:43 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-01-28 22:34:43 -0500 |
| commit | 021108b2c9a34c05d2b1e3e7899c29d8de463e41 (patch) | |
| tree | 29a5c3f8eded091c358e9d31233a63043d7ef465 /config/dev.exs | |
| parent | adfd8447a5424f2840e14b3afb1196182878a2ed (diff) | |
maybe we're somewhat close to things working?elixir.prev
Diffstat (limited to 'config/dev.exs')
| -rw-r--r-- | config/dev.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/dev.exs b/config/dev.exs index c1414e2..6c36055 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -3,9 +3,6 @@ import Config config :logger, level: :debug -config :nostrum, - dev: true - import_config "dotenv.exs" Thulani.Config.Dotenv.load_dotenv!() |
