Skip to content

Commit 81ff8c1

Browse files
committed
remove print statement
1 parent a9f3910 commit 81ff8c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

auroraapi/dialog/step/speech.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def execute(self, context, edge):
3838
replacements.append({ "original": match.group(1), "replacement": val })
3939

4040
text = functools.reduce(lambda t, r: t.replace(r["original"], r["replacement"]), replacements, self.text)
41-
print(text)
4241
sp = Text(text).speech()
4342
context.set_step_data(self.step_name, sp)
4443
sp.audio.play()

0 commit comments

Comments
 (0)