CLI debug cleanup

10.3.x-maintenance
cTn 2013-04-13 12:39:14 +02:00
parent 88e7bc8a9f
commit e3ca33fafb
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ function tab_initialize_cli() {
bufView[0] = 0x23; // #
chrome.serial.write(connectionId, bufferOut, function(writeInfo) {
// used for debugging purposes (should be disabled in "stable" builds
console.log("Wrote: " + writeInfo.bytesWritten + " bytes");
});
$('.tab-cli input').keypress(function(event) {