Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Remove IO.puts calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Oct 5, 2019
1 parent 4185eff commit e3421b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/xgit/repository/on_disk.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ defmodule Xgit.Repository.OnDisk do

defp get_work_dir_opt(opts) do
with {:has_opt?, true} <- {:has_opt?, Keyword.has_key?(opts, :work_dir)},
_ <- IO.puts("@54"),
work_dir <- Keyword.get(opts, :work_dir),
_ <- IO.puts("@56"),
true <- is_binary(work_dir) do
{:ok, work_dir}
else
Expand Down

0 comments on commit e3421b1

Please sign in to comment.