Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Feb 23, 2024
1 parent 524c94e commit 3f0f8f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/type_checker/levels/strict_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def bar baz
h['foo'] = 'bar'
h[100] = []
))
puts checker.problems.map(&:message)
expect(checker.problems).to be_empty
end

Expand Down Expand Up @@ -473,7 +472,6 @@ def bar
alias baz bar
end
))
puts checker.problems.map(&:message)
expect(checker.problems).to be_empty
end

Expand Down

0 comments on commit 3f0f8f6

Please sign in to comment.