Browse Source

Remove incorrect comment

Nino van Hooff 4 years ago
parent
commit
ff3f4c99a8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/Settings/TestExtruderStack.py

+ 0 - 1
tests/Settings/TestExtruderStack.py

@@ -248,7 +248,6 @@ def test_deserializeMoveDefinitionContainer(extruder_stack):
 def test_getPropertyFallThrough(global_stack, extruder_stack):
     """Tests whether getProperty properly applies the stack-like behaviour on its containers."""
 
-    # ExtruderStack.setNextStack calls registerExtruder for backward compatibility, but we do not need a complete extruder manager
     ExtruderManager._ExtruderManager__instance = unittest.mock.MagicMock()
 
     #A few instance container mocks to put in the stack.