Skip to content

Commit

Permalink
remove all reference to lager
Browse files Browse the repository at this point in the history
We have not use lager for quite some time. Drop all the remaining
references.
  • Loading branch information
RoadRunnr committed Nov 27, 2019
1 parent d990d22 commit d78b096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{erl_opts, [debug_info, {parse_transform, lager_transform}]}.
{erl_opts, [debug_info]}.

{deps, [
{lager, "3.6.3"},
{erlando, {git, "https://github.com/travelping/erlando.git", {tag, "1.0.2"}}},
{ppp, {git, "git://github.com/travelping/ppp", {branch, "modernize"}}}
]}.
Expand Down
2 changes: 1 addition & 1 deletion src/gtplib.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{application, gtplib, [
{vsn, git},
{description, "Erlang library for GTP-c v1 and v2"},
{applications, [kernel, stdlib, lager, ppp]},
{applications, [kernel, stdlib, ppp]},
{registered, []}
]}.

0 comments on commit d78b096

Please sign in to comment.