mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 07:27:42 +00:00
remove output debug
This commit is contained in:
@@ -56,8 +56,6 @@ func main() {
|
|||||||
log.Fatal("PHPUnit output is empty. Please check your configuration.")
|
log.Fatal("PHPUnit output is empty. Please check your configuration.")
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(output.String())
|
|
||||||
|
|
||||||
// Parse the JSON output
|
// Parse the JSON output
|
||||||
var result map[string]interface{}
|
var result map[string]interface{}
|
||||||
if err := json.Unmarshal(output.Bytes(), &result); err != nil {
|
if err := json.Unmarshal(output.Bytes(), &result); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user