mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Stop logging
This commit is contained in:
parent
589d218e91
commit
54e939248f
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ public class HorseCam {
|
|||
// Preserve up/down direction.
|
||||
float newPitch = (90 - theta) * Math.signum(originalPitch);
|
||||
|
||||
System.out.println("From " + originalPitch + " to " + newPitch);
|
||||
|
||||
return newPitch;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue