Skip to content

Commit c8729a7

Browse files
committed
remove not needed logging
1 parent ad6268c commit c8729a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/android-debug-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class AndroidDebugService implements IDebugService {
137137
return (() => {
138138
let port = this.getForwardedLocalDebugPortForPackageName(deviceId, packageName).wait();
139139
this.$logger.info("device: " + deviceId + " debug port: " + port + "\n");
140-
this.$logger.info("client options " + this.$options.client);
141140
}).future<void>()();
142141
}
143142

0 commit comments

Comments
 (0)