diff --git a/crlcore/python/helpers/overlay.py b/crlcore/python/helpers/overlay.py index be320e90..6428bfef 100644 --- a/crlcore/python/helpers/overlay.py +++ b/crlcore/python/helpers/overlay.py @@ -315,7 +315,6 @@ class CfgCache ( object ): def apply ( self, priority=None ): """Apply the parameters values stored in the cache to the ``Cfg`` database.""" if priority is None: priority = self._priority - print( self._path ) if not len(self._path) and priority is not None: Cfg.Configuration.pushDefaultPriority( priority ) for attrName in self._rattr.keys(): diff --git a/crlcore/src/ccore/alliance/vst/VstDriver.cpp b/crlcore/src/ccore/alliance/vst/VstDriver.cpp index 15c718f9..5fe4e4a9 100644 --- a/crlcore/src/ccore/alliance/vst/VstDriver.cpp +++ b/crlcore/src/ccore/alliance/vst/VstDriver.cpp @@ -72,7 +72,8 @@ namespace CRL { cellStream << endl; cellStream.close(); - Vhdl::EntityExtension::destroy( cell ); + //Vhdl::EntityExtension::destroy( cell ); + Vhdl::EntityExtension::destroyAll(); }