remove debug print
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user