diff --git a/python/paddle/fluid/framework.py b/python/paddle/fluid/framework.py index af80cd9ca15d5dfafe578ed289dfd7b57d0d331c..aec06febccefb2f99d8d5424f7afcd8c39c1492a 100644 --- a/python/paddle/fluid/framework.py +++ b/python/paddle/fluid/framework.py @@ -574,9 +574,6 @@ class Operator(object): attr_val = self.attrs[attr_name] self._update_desc_attr(attr_name, attr_val) - import sys - print('self.attrs', self.attrs) - sys.stdout.flush() self.desc.check_attrs() if self.has_kernel(type): self.desc.infer_var_type(self.block.desc)