remove logging

This commit is contained in:
Milos Kozak 2021-10-19 21:32:57 +02:00
parent 674909fdd0
commit 77bc82ba7d
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ public class RFSpy {
@Inject
public void onInit() {
aapsLogger.debug("RileyLinkServiceData:" + rileyLinkServiceData);
//aapsLogger.debug("RileyLinkServiceData:" + rileyLinkServiceData);
reader = new RFSpyReader(aapsLogger, rileyLinkBle);
}

View file

@ -273,7 +273,7 @@ public class RileyLinkBLE {
@Inject
public void onInit() {
aapsLogger.debug(LTag.PUMPBTCOMM, "BT Adapter: " + this.bluetoothAdapter);
//aapsLogger.debug(LTag.PUMPBTCOMM, "BT Adapter: " + this.bluetoothAdapter);
this.orangeLink.rileyLinkBLE = this;
}