Removed remaining debug system out in SpotLight

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10843 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
rem..om 2013-10-21 16:23:14 +00:00
parent ee03907418
commit 509f4eae35

View File

@ -77,7 +77,6 @@ public class SpotLight extends Light implements Savable {
outerCos -= 0.001f;
}
packedAngleCos+=outerCos;
System.out.println("anfle"+ packedAngleCos);
}
@Override