Skip to content

Commit

Permalink
Delete accidentally left in debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Aug 10, 2017
1 parent 77cacdb commit a66f7b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/issues/reviews.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function comments(repo, rev::Review; options...)
end

function reply_to(repo, r::Review, c::Comment, body; options...)
@show (repo, r, c)
create_comment(repo, get(r.pr), :review; params = Dict(
:body => body,
:in_reply_to => get(c.id)
Expand Down

0 comments on commit a66f7b8

Please sign in to comment.