Skip to content

Commit

Permalink
Update q_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
gpedic committed Jul 23, 2023
1 parent 78923da commit fd5617a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/q_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ defmodule QTest do

def write(text, opts) do
upcase = Keyword.get(opts, :upcase, false)
IO.inspect(opts)

if upcase do
{:ok, String.upcase(text)}
Expand Down

0 comments on commit fd5617a

Please sign in to comment.