From 757284896c6993225cb07dead038145fdb09150e Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 13 Oct 2022 10:54:11 +0200 Subject: [PATCH] Remove extra debug messages in PythonAttributes. --- cumulus/src/plugins/{ => sram}/sramplacer1.py | 0 cumulus/src/plugins/{ => sram}/sramplacer2.py | 0 hurricane/src/isobar/PythonAttributes.cpp | 5 ----- 3 files changed, 5 deletions(-) rename cumulus/src/plugins/{ => sram}/sramplacer1.py (100%) rename cumulus/src/plugins/{ => sram}/sramplacer2.py (100%) diff --git a/cumulus/src/plugins/sramplacer1.py b/cumulus/src/plugins/sram/sramplacer1.py similarity index 100% rename from cumulus/src/plugins/sramplacer1.py rename to cumulus/src/plugins/sram/sramplacer1.py diff --git a/cumulus/src/plugins/sramplacer2.py b/cumulus/src/plugins/sram/sramplacer2.py similarity index 100% rename from cumulus/src/plugins/sramplacer2.py rename to cumulus/src/plugins/sram/sramplacer2.py diff --git a/hurricane/src/isobar/PythonAttributes.cpp b/hurricane/src/isobar/PythonAttributes.cpp index 3466317c..7caad856 100644 --- a/hurricane/src/isobar/PythonAttributes.cpp +++ b/hurricane/src/isobar/PythonAttributes.cpp @@ -145,8 +145,6 @@ namespace Isobar { void PyHolderProperty::_preDestroy () { - cout.flush(); - cerr << "Removing PyHolderProperty on " << getOwner() << endl; Py_DECREF( _holder ); Super::_preDestroy(); } @@ -264,13 +262,10 @@ namespace Isobar { void PythonAttributes::disableAll ( std::string name ) { - cout.flush(); - cerr << "disableAll() name=" << name << endl; if (allPyProperties.empty()) return; size_t removeds = 0; for ( size_t i=0 ; i+removeds