Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Nov 12, 2016
1 parent e1d9d3d commit ee14ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/ThorwOnImpact.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public class ThorwOnImpact : MonoBehaviour {
float ForwardMultiplier = 0.75f;

void OnCollisionEnter(Collision col) {
Debug.Log("cmon");
Rigidbody body = col.transform.GetComponent<Rigidbody>();
if (body == null) return;
Vector3 up = Vector3.up * UpMultiplier;
Expand Down

0 comments on commit ee14ddf

Please sign in to comment.