Skip to content

Commit

Permalink
Remove puts statements
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Oct 1, 2019
1 parent 3fef5a8 commit c3d052b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ def run_standardrb
end

def run
puts "run"
id = create_check()
puts "id is #{id}"

begin
results = run_standardrb()
conclusion = results["conclusion"]
Expand Down

0 comments on commit c3d052b

Please sign in to comment.