Removed debug.log

This commit is contained in:
SpoodyTheOne 2024-02-03 21:25:23 +01:00
parent 77b979913e
commit e98baf5b9f
1 changed files with 0 additions and 4 deletions

View File

@ -79,8 +79,6 @@ public class Upgrader : MonoBehaviour
upgradeImages[idx++] = i;
}
// Debug.Log("Found " + idx + " upgrades");
upgrades = new Upgrades();
StartCoroutine(updateBloodMeter());
@ -128,8 +126,6 @@ public class Upgrader : MonoBehaviour
int p1a = getRegion(Player1Input.look.x, Player1Input.look.y, 8);
int p2a = getRegion(Player2Input.look.x, Player2Input.look.y, 8);
Debug.Log(p1a);
if (p1a != -1 && p2a == p1a)
{
if (acceptTime > 2f)