remove logging
This commit is contained in:
parent
674909fdd0
commit
77bc82ba7d
|
@ -81,7 +81,7 @@ public class RFSpy {
|
|||
|
||||
@Inject
|
||||
public void onInit() {
|
||||
aapsLogger.debug("RileyLinkServiceData:" + rileyLinkServiceData);
|
||||
//aapsLogger.debug("RileyLinkServiceData:" + rileyLinkServiceData);
|
||||
reader = new RFSpyReader(aapsLogger, rileyLinkBle);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue