1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +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

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