diff options
Diffstat (limited to 'game/player/PlayerBulletScript.cpp')
-rw-r--r-- | game/player/PlayerBulletScript.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/player/PlayerBulletScript.cpp b/game/player/PlayerBulletScript.cpp index 2bd067d..6beb9f1 100644 --- a/game/player/PlayerBulletScript.cpp +++ b/game/player/PlayerBulletScript.cpp @@ -1,4 +1,3 @@ -#include <iostream> #include <crepe/api/Camera.h> #include <crepe/api/Rigidbody.h> @@ -37,7 +36,6 @@ void PlayerBulletScript::despawn_bullet(){ } bool PlayerBulletScript::on_collide(const CollisionEvent& e){ - cout << "player bullet collision happened with " << e.info.other.metadata.tag << endl; this->despawn_bullet(); return false; } |