remove debug print
This commit is contained in:
parent
0eb5158384
commit
280927b01c
|
@ -52,7 +52,6 @@ public class Pippi {
|
||||||
if (!slowSlider) {
|
if (!slowSlider) {
|
||||||
slowSlider = circleLazySliders && isCurrentLazySlider;
|
slowSlider = circleLazySliders && isCurrentLazySlider;
|
||||||
}
|
}
|
||||||
System.out.println(enabled);
|
|
||||||
if ((!enabled || c.isSpinner()) && !slowSlider) {
|
if ((!enabled || c.isSpinner()) && !slowSlider) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user