delete log

This commit is contained in:
Dmitry Novotochinov 2018-11-26 10:32:30 +03:00
parent 9792de8f0c
commit df1a11f763
No known key found for this signature in database
GPG Key ID: 43D1DAF5AD39C927

View File

@ -38,7 +38,6 @@ public class RNStatusKeycardModule extends ReactContextBaseJavaModule implements
@Override
public void onHostResume() {
Log.d("ONHOSTRESUme", " " + this.smartCard);
if (this.smartCard == null) {
this.smartCard = new SmartCard(getCurrentActivity(), reactContext);
}