TP-5555 | remove logs and update react native symbolicator

This commit is contained in:
varnit goyal
2024-11-10 17:10:38 +05:30
parent b1eef4e476
commit 29d9e278b0
2 changed files with 1 additions and 4 deletions

View File

@@ -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