Skip to content

Commit f772efd

Browse files
committed
remove rogue prints
1 parent 2823291 commit f772efd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/satosa/micro_services/attribute_generation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,8 @@ def _synthesize(self, attributes, requester, provider):
133133
context[attr_name] = MustachAttrValue(attr_name, values)
134134

135135
recipes = _config(self.synthetic_attributes, requester, provider)
136-
print(context)
137136
for attr_name, fmt in recipes:
138-
print(fmt)
139137
syn_attributes[attr_name] = [v.strip().strip(';') for v in re.split("[;\n]+", pystache.render(fmt, context))]
140-
print(syn_attributes)
141138
return syn_attributes
142139

143140
def process(self, context, data):

0 commit comments

Comments
 (0)