1
0
Fork 0
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:
Simo Kinnunen 2014-05-12 14:19:17 +09:00
parent 2842cd53c7
commit cd374dd072
2 changed files with 0 additions and 2 deletions

View file

@ -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(

View file

@ -44,7 +44,6 @@ devutil.waitForPortToFree = function(adb, serial, port) {
}
function errorListener(err) {
console.log('ERR', err)
resolver.reject(err)
}