Skip to content

Commit 6a8e331

Browse files
committed
Removed commented print statement from code. Too easy to accidentally enable
1 parent 8105bd3 commit 6a8e331

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addon/synthDrivers/ibmeci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ def speak(self,speechSequence):
333333
outlist.append((_ibmeci.setEndStringMark, ()))
334334
outlist.append((_ibmeci.synth, ()))
335335
_ibmeci.eciQueue.put(outlist)
336-
# print(outlist)
337336
_ibmeci.process()
338337

339338
def processText(self,text):

0 commit comments

Comments
 (0)