lib/fusuma/plugin/detectors/rotate_detector.rb in fusuma-1.3.1 vs lib/fusuma/plugin/detectors/rotate_detector.rb in fusuma-1.3.2
- old
+ new
@@ -56,12 +56,9 @@
def enough?(index:, quantity:)
enough_interval?(index: index) && enough_angle?(index: index, quantity: quantity)
end
def enough_angle?(index:, quantity:)
- MultiLogger.info(type: type, quantity: quantity,
- quantity_threshold: threshold(index: index))
-
quantity > threshold(index: index)
end
def enough_interval?(index:)
return true if first_time?