chore: remove debug
Some checks are pending
CI / ash-ci (push) Waiting to run

This commit is contained in:
Zach Daniel 2024-07-02 17:21:18 -04:00
parent 44ebb4d7b0
commit 77003e2d34

View file

@ -119,7 +119,6 @@ defmodule Igniter.Code.List do
zipper
|> Igniter.Code.Common.maybe_move_to_single_child_block()
|> Zipper.down()
|> Igniter.Util.Debug.puts_code_at_node()
|> Common.nth_right(index)
|> case do
:error ->