summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox/modules/utils.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/sandbox/modules/utils.lua')
-rw-r--r--xmake/core/sandbox/modules/utils.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua
index f72da0423..40d2c6170 100644
--- a/xmake/core/sandbox/modules/utils.lua
+++ b/xmake/core/sandbox/modules/utils.lua
@@ -77,7 +77,6 @@ function sandbox_utils.print(format, ...)
catch
{
function (errors)
- print(errors)
-- print multi-variables with raw lua action
sandbox_utils._print(format, unpack(args))
end