remove debug print

This commit is contained in:
yugecin 2016-10-01 21:35:46 +02:00
parent 0eb5158384
commit 280927b01c

View File

@ -52,7 +52,6 @@ public class Pippi {
if (!slowSlider) {
slowSlider = circleLazySliders && isCurrentLazySlider;
}
System.out.println(enabled);
if ((!enabled || c.isSpinner()) && !slowSlider) {
return;
}