Browse Source

platform: Remove `SetTraceback("all")`

世界 11 months ago
parent
commit
a001e30d8b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      experimental/libbox/setup.go

+ 0 - 1
experimental/libbox/setup.go

@@ -24,7 +24,6 @@ var (
 
 func init() {
 	debug.SetPanicOnFault(true)
-	debug.SetTraceback("all")
 }
 
 func Setup(basePath string, workingPath string, tempPath string, isTVOS bool) {