Przeglądaj źródła

- disabeld a log.debug in ObjectColection.get_by_name()

Marius Stanciu 6 lat temu
rodzic
commit
cd9f2886c8
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      ObjectCollection.py
  2. 1 0
      README.md

+ 1 - 1
ObjectCollection.py

@@ -561,7 +561,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
         :return: The requested object or None if no such object.
         :rtype: FlatCAMObj or None
         """
-        FlatCAMApp.App.log.debug(str(inspect.stack()[1][3]) + "--> OC.get_by_name()")
+        # FlatCAMApp.App.log.debug(str(inspect.stack()[1][3]) + "--> OC.get_by_name()")
 
         if isCaseSensitive is None or isCaseSensitive is True:
             for obj in self.get_list():

+ 1 - 0
README.md

@@ -19,6 +19,7 @@ CAD program, and create G-Code for Isolation routing.
 - some code annotations to make it easier to navigate in the FlatCAMGUI.py
 - fixed exit FullScreen with Escape key
 - added a new menu category in the MenuBar named 'Objects'. It will hold the objects found in the Project tab. Useful when working in FullScreen
+- disabeld a log.debug in ObjectColection.get_by_name()
 
 3.10.2019