From 3feb759f2c7ef53629cd6d54e223def79b11d6e5 Mon Sep 17 00:00:00 2001 From: ericklima-ca Date: Sat, 6 Nov 2021 20:42:35 -0400 Subject: [PATCH] clean comments --- mix.exs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mix.exs b/mix.exs index 0b51527..a8542e9 100644 --- a/mix.exs +++ b/mix.exs @@ -18,7 +18,6 @@ defmodule GetGeocode.MixProject do ] end - # Run "mix help compile.app" to learn about applications. def application do [ extra_applications: [:logger] @@ -26,11 +25,8 @@ defmodule GetGeocode.MixProject do ] end - # Run "mix help deps" to learn about dependencies. defp deps do [ - # {:dep_from_hexpm, "~> 0.3.0"}, - # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"} {:httpoison, "~> 1.8"}, {:jason, "~> 1.2"}, {:ex_doc, "~> 0.25.0", only: :dev, runtime: false} @@ -43,7 +39,6 @@ defmodule GetGeocode.MixProject do defp package() do [ - # This option is only needed when you don't want to use the OTP application name name: "get_geocode", maintainer: ["Erick Amorim"], licenses: ["MIT"],