refactor: remove unusual Debug.Log

This commit is contained in:
Константин Адер 2024-12-09 13:50:03 +03:00
parent e6b688aafe
commit 1d9683a987

View File

@ -94,7 +94,6 @@ public class Trooper : RobotController
[ServerRpc] [ServerRpc]
private new void ShootServerRPC() private new void ShootServerRPC()
{ {
Debug.Log("Shooting as Trooper triggered.");
weapon.Shooting(); weapon.Shooting();
} }