Skip to content

Commit

Permalink
chore: remove error check
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 10, 2024
1 parent 2a99060 commit 0ba0c5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/mix/task.ex
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ defmodule Igniter.Mix.Task do
require Logger

if source && source != "igniter.install" do
raise "what"

Logger.warning("""
The task #{Mix.Task.task_name(__MODULE__)} is being composed by #{source}, but it does not declare an option schema.
Therefore, all options will be allowed. Tasks that may be composed should define `info/2`.
Expand Down

0 comments on commit 0ba0c5a

Please sign in to comment.