mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Remove unused console logs.
This commit is contained in:
parent
2842cd53c7
commit
cd374dd072
2 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -44,7 +44,6 @@ devutil.waitForPortToFree = function(adb, serial, port) {
|
|||
}
|
||||
|
||||
function errorListener(err) {
|
||||
console.log('ERR', err)
|
||||
resolver.reject(err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue