Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Myggski committed Nov 28, 2022
1 parent 19e5af3 commit 5d15e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/systems/bubble_controller_system.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ local bubble_controller_system = system(function(self, dt)
if #entities < expected_number_of_bubbles then
helper.create_bubbles(self:get_world(), entities, number_available_joysticks, expected_number_of_bubbles)
elseif #entities > expected_number_of_bubbles then
print("ADD PLAYER")
helper.destroy_bubbles(self:get_world(), entities, expected_number_of_bubbles, true)
end
end)
Expand Down

0 comments on commit 5d15e14

Please sign in to comment.