- commented some debug messages

- imported speedups for shapely
This commit is contained in:
Marius Stanciu
2019-02-07 01:36:37 +02:00
committed by Marius S
parent 700222d5dc
commit 6c6a802afb
4 changed files with 6 additions and 3 deletions

View File

@@ -684,7 +684,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
:rtype: list
"""
FlatCAMApp.App.log.debug(str(inspect.stack()[1][3]) + " --> OC.get_names()")
# FlatCAMApp.App.log.debug(str(inspect.stack()[1][3]) + " --> OC.get_names()")
return [x.options['name'] for x in self.get_list()]
def get_bounds(self):