From 19a8933bcbbd3513916ad3d0ec67ebf1bb8b88ec Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 16 Aug 2017 15:35:31 +0800 Subject: fix require print info --- xmake/core/sandbox/modules/utils.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmake/core/sandbox/modules/utils.lua') diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua index e282ef80e..4e3c8858f 100644 --- a/xmake/core/sandbox/modules/utils.lua +++ b/xmake/core/sandbox/modules/utils.lua @@ -92,22 +92,16 @@ end -- print format string and the builtin variables without newline function sandbox_utils.printf(format, ...) - - -- done utils._iowrite(vformat(format, ...)) end -- print format string, the builtin variables and colors with newline function sandbox_utils.cprint(format, ...) - - -- done utils._print(colors(vformat(format, ...))) end -- print format string, the builtin variables and colors without newline function sandbox_utils.cprintf(format, ...) - - -- done utils._iowrite(colors(vformat(format, ...))) end -- cgit v1.3.1