add logging to connect reporting

This commit is contained in:
Luke Pulverenti 2015-06-02 23:16:39 -04:00
parent 9bdb4a323f
commit 2eff956685
2 changed files with 1 additions and 5 deletions

View file

@ -488,11 +488,6 @@
isSupported: function () {
// Crashing. Don't want to fight it right now
if (AppInfo.isNativeApp && $.browser.safari) {
return false;
}
return window.SpeechRecognition || window.webkitSpeechRecognition;
},