diff --git a/lib/roles/device/plugins/logcat.js b/lib/roles/device/plugins/logcat.js index da055754..376410a1 100644 --- a/lib/roles/device/plugins/logcat.js +++ b/lib/roles/device/plugins/logcat.js @@ -31,7 +31,6 @@ module.exports = syrup.serial() activeLogcat = logcat function entryListener(entry) { - console.log('sending', entry) push.send([ group.group , wireutil.envelope(new wire.DeviceLogcatEntryMessage( diff --git a/lib/util/devutil.js b/lib/util/devutil.js index eaf0ef33..4d826ac1 100644 --- a/lib/util/devutil.js +++ b/lib/util/devutil.js @@ -44,7 +44,6 @@ devutil.waitForPortToFree = function(adb, serial, port) { } function errorListener(err) { - console.log('ERR', err) resolver.reject(err) }