Commented out some debug code

This commit is contained in:
Gregory Campbell
2020-08-08 20:02:26 -04:00
parent 829ff25dea
commit bf4bdf09ea
+2 -1
View File
@@ -226,7 +226,8 @@ public class GMScript : MonoBehaviour
EnemyKillSequence[i] = (EnemyKillSequence[i]+9)%12;
break;
}
print((Colours)EnemyKillSequence[i]);
//DEBUG OUTPUT LINE
//print((Colours)EnemyKillSequence[i]);
}
} else {