File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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 **
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments