From 40ccc1cb85d0b9d2c814580e0836b96d4e28a7d4 Mon Sep 17 00:00:00 2001 From: Eoin Kelly Date: Mon, 28 Jan 2019 15:27:48 +1300 Subject: [PATCH] Remove unused @mix_env attribute --- lib/raygun/plug.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/raygun/plug.ex b/lib/raygun/plug.ex index 5778a03..d27f8fe 100644 --- a/lib/raygun/plug.ex +++ b/lib/raygun/plug.ex @@ -4,8 +4,6 @@ defmodule Raygun.Plug.State do router so it can be used before compiling the remaining macros. """ - @mix_env Atom.to_string(Mix.env) - def start_link do Agent.start_link(fn -> nil end, name: __MODULE__) end