Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkleinhenz committed Aug 27, 2018
1 parent f758549 commit 649ef2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actions/rules/action_state_to_metastate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ func (s *ActionStateToMetastateSuite) TestRemoveElement() {
a = action.removeElement(a, 3)
expected = []interface{}{0, 2, 2}
require.Len(t, a, 3)
fmt.Println(expected)
fmt.Println(a)
require.True(t, ArrayEquals(expected, a))
})
s.T().Run("removing a non-existing element", func(t *testing.T) {
Expand Down

0 comments on commit 649ef2a

Please sign in to comment.