From 0ba0c5a375986ba758f3d6fc3a3521f79d580fb3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 10 Jul 2024 08:48:56 -0400 Subject: [PATCH] chore: remove error check --- lib/mix/task.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/mix/task.ex b/lib/mix/task.ex index 19d40b4..34affb7 100644 --- a/lib/mix/task.ex +++ b/lib/mix/task.ex @@ -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`.