Skip to content

Commit

Permalink
删除System.out.println和Logi
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxiansheng committed Oct 28, 2022
1 parent 3ab274b commit bc4d906
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/com/ingchips/fota/UpdatePackage.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ private boolean LoadFromStream0(InputStream stream) {
r = true;
} catch (Exception e) {
r = false;
System.out.println(e);
}

return r;
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/ingchips/fota/Updater.kt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class Updater
return
}
mtu = BLEUtil.requestMtu(gatt!!,512) - 3
Log.i("TAG", "prepare0: mtu: $mtu")

BLEUtil.discover(gatt!!)

Expand Down

0 comments on commit bc4d906

Please sign in to comment.