Skip to content

Commit

Permalink
remove stray puts [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbailey committed Aug 4, 2017
1 parent 9c8934f commit 2cf4f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/test/controllers/levels_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ class LevelsControllerTest < ActionController::TestCase
)
assert_response :success
level = assigns(:level)
puts "level.properties #{level.properties}"
assert_equal @program, level.properties['solution_blocks']
assert_s3_image_url level.properties['solution_image_url']
end
Expand Down

0 comments on commit 2cf4f22

Please sign in to comment.