We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6268c commit c8729a7Copy full SHA for c8729a7
lib/services/android-debug-service.ts
@@ -137,7 +137,6 @@ class AndroidDebugService implements IDebugService {
137
return (() => {
138
let port = this.getForwardedLocalDebugPortForPackageName(deviceId, packageName).wait();
139
this.$logger.info("device: " + deviceId + " debug port: " + port + "\n");
140
- this.$logger.info("client options " + this.$options.client);
141
}).future<void>()();
142
}
143
0 commit comments