From d6f9456218bb214328eb46042fc7707f815ee8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sun, 3 Nov 2024 20:42:18 +0800 Subject: [PATCH] Remove `SetTraceback("all")` --- experimental/libbox/setup.go | 1 - 1 file changed, 1 deletion(-) diff --git a/experimental/libbox/setup.go b/experimental/libbox/setup.go index ac67db38..eb5d7c4e 100644 --- a/experimental/libbox/setup.go +++ b/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) {