Skip to content

Commit

Permalink
chore: remove dead code from earlier experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Jul 17, 2024
1 parent 32a70c0 commit 9d6b126
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/mneme.ex
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ defmodule Mneme do
"""
@doc section: :setup
def start(opts \\ []) do
maybe_reenable_ansi()

opts =
if Keyword.has_key?(opts, :restart) do
[
Expand All @@ -391,12 +389,6 @@ defmodule Mneme do
:ok
end

defp maybe_reenable_ansi do
if System.get_env("MIX_MNEME_WATCH") == "true" do
Application.put_env(:elixir, :ansi_enabled, true)
end
end

defp start_server! do
children = [
Mneme.Server
Expand Down

0 comments on commit 9d6b126

Please sign in to comment.