Skip to content

Commit 55a9472

Browse files
committed
changes for pull request sensors.baumer: CHANGELOG and print statement
1 parent 96033d5 commit 55a9472

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ Unreleased
1212

1313
**Changed**
1414
* Changed example for loading PosConCM (includes parity argument, differs from PosCon3D)
15-
* Updated documentation style in ``compas_fab.sensors.baumer``
1615
* Changed format ``compas_fab.sensors.baumer.PosConCM.set_flex_mount()``
1716
* Changed tasks.py to run ``invoke test``
17+
* Fixed Python 2 vs Python 3 incompatibilities
1818

1919

2020
**Added**
2121

2222
* Added ``compas_fab.sensors.baumer.PosCon3D.reset()``
2323
* Added ``compas_fab.sensors.baumer.PosConCM.reset()``
24-
* Added checks for Python 2 and 3
2524

2625

2726
**Removed**

src/compas_fab/sensors/baumer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,6 @@ def get_payload(self, result):
469469
frame_head = result[:-6]
470470
result_type = frame_head[3]
471471

472-
print(frame_head)
473-
474472
if result_type == 'a':
475473
raise SensorTimeoutError('Sensor has not completed reading')
476474

0 commit comments

Comments
 (0)