Skip to content

Commit 424640d

Browse files
[speech-to-text] integration test code cleanup
1 parent b76e2cc commit 424640d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/ibm/watson/developer_cloud/speech_to_text/v1/SpeechToTextIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public void onError(Exception e) {
203203
public void onMessage(SpeechResults speechResults) {
204204
if (speechResults != null && speechResults.isFinal()) {
205205
asyncResults = speechResults;
206-
System.out.println(speechResults);
206+
// System.out.println(speechResults);
207207
lock.countDown();
208208
}
209209
}

0 commit comments

Comments
 (0)