Stop logging

This commit is contained in:
Sollace 2019-07-09 14:09:47 +02:00
parent 589d218e91
commit 54e939248f

View file

@ -87,8 +87,6 @@ public class HorseCam {
// Preserve up/down direction. // Preserve up/down direction.
float newPitch = (90 - theta) * Math.signum(originalPitch); float newPitch = (90 - theta) * Math.signum(originalPitch);
System.out.println("From " + originalPitch + " to " + newPitch);
return newPitch; return newPitch;
} }
} }