Skip to content

Commit

Permalink
Turned off some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tgraupmann committed Dec 27, 2018
1 parent 268f0b7 commit dd773f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
}]
};

console.log(JSON.stringify(document.mWebGLSpeechDetectionLanguages, undefined, 2));
//console.log(JSON.stringify(document.mWebGLSpeechDetectionLanguages, undefined, 2));
var returnStr = encodeURIComponent(JSON.stringify(document.mWebGLSpeechDetectionLanguages));

var chunkSize = 1024;
Expand Down Expand Up @@ -646,7 +646,7 @@
} else {
msg = "SpeechDetectionGetLanguagesChunk:" + chunks[i];
}
console.log('index', i, msg, chunks[i]);
//console.log('index', i, msg, chunks[i]);
proxyData(msg);
}
} else {
Expand Down

0 comments on commit dd773f4

Please sign in to comment.