chore: remove error check

This commit is contained in:
Zach Daniel 2024-07-10 08:48:56 -04:00
parent 2a99060677
commit 0ba0c5a375

View file

@ -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`.