Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-nelson authored Dec 17, 2016
1 parent f55852e commit 002d79f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/android/SpeechSynthesis.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public boolean execute(String action, JSONArray args, CallbackContext callbackCo
voiceCode = voice.optString("voiceURI", null);
}
}
this.voiceList.size();
if (voiceCode != null && Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
for (Voice v : this.voiceList) {
if (voiceCode.equals(v.getName())) {
Expand Down

0 comments on commit 002d79f

Please sign in to comment.