Skip to content

Commit

Permalink
fix(android): remove fmt causing aar to pass from 17mb to 67 mb
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Nov 20, 2018
1 parent 5b860df commit d3386df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/react-native/gomobile/core/java.go
Expand Up @@ -4,7 +4,6 @@ package core

import (
"Java/chat/berty/ble/Manager"
"fmt"

"berty.tech/core/network/ble"
)
Expand Down Expand Up @@ -37,7 +36,6 @@ func ConnClosed(bleUUID string) {

func BytesToConn(bleUUID string, b []byte) {
defer panicHandler()
fmt.Printf("BYTES TO CONN FROM JAVA %+v\n", b)
ble.BytesToConn(bleUUID, b)
}

Expand Down

0 comments on commit d3386df

Please sign in to comment.