TP-5555 | remove logs and update react native symbolicator
This commit is contained in:
Submodule cybertron-symbolicator-react-native updated: fe17347d7b...33924e9aa4
@@ -42,9 +42,6 @@ func SymbolicatorClient(cmdArg *Command) (SymbolicatedStackTrace, error) {
|
||||
}
|
||||
// Get the output
|
||||
output := out.String()
|
||||
|
||||
println(output)
|
||||
println(err)
|
||||
symbolicatedStackTrace := SymbolicatedStackTrace{}
|
||||
jsonParseError := json.Unmarshal([]byte(output), &symbolicatedStackTrace)
|
||||
return symbolicatedStackTrace, jsonParseError
|
||||
|
||||
Reference in New Issue
Block a user