aboutsummaryrefslogtreecommitdiffstats
path: root/vicn/core/resource_mgr.py
diff options
context:
space:
mode:
Diffstat (limited to 'vicn/core/resource_mgr.py')
-rw-r--r--vicn/core/resource_mgr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/vicn/core/resource_mgr.py b/vicn/core/resource_mgr.py
index 44503555..84deb7b4 100644
--- a/vicn/core/resource_mgr.py
+++ b/vicn/core/resource_mgr.py
@@ -822,7 +822,6 @@ class ResourceManager(metaclass=Singleton):
else:
log.error('Attribute error {} for resource {}'.format(
attribute.name, resource.get_uuid()))
- print("task1=", task)
sys.stdout.flush()
import traceback; traceback.print_tb(e.__traceback__)
@@ -951,7 +950,6 @@ class ResourceManager(metaclass=Singleton):
log.error('Attribute error {} for resource {}'.format(
attribute.name, resource.get_uuid()))
# XXX need better logging
- print("task2=", task._node.name, task.get_full_cmd())
sys.stdout.flush()
e = resource._state.attr_change_value[attribute.name]
import traceback; traceback.print_tb(e.__traceback__)