From 61b77919bf91007c0fa48d6675e01e7bf7176966 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Sat, 2 Apr 2016 17:53:16 -0700 Subject: [PATCH] Remove duplicated code. --- python/breezyslam/components.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/breezyslam/components.py b/python/breezyslam/components.py index b234ea4..f5ffdbb 100644 --- a/python/breezyslam/components.py +++ b/python/breezyslam/components.py @@ -39,7 +39,6 @@ class Laser(object): self.scan_rate_hz = scan_rate_hz self.detection_angle_degrees = detection_angle_degrees self.distance_no_detection_mm = distance_no_detection_mm - self.distance_no_detection_mm = distance_no_detection_mm self.detection_margin = detection_margin self.offset_mm = offset_mm