From 98a6a920a3248c7056e9ee131cd48bb1411d1fdf Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 13 Jul 2019 22:49:05 +0800 Subject: remove some redundant comments --- xmake/core/sandbox/modules/io.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xmake/core/sandbox/modules/io.lua b/xmake/core/sandbox/modules/io.lua index 7921686f7..69cd22b76 100644 --- a/xmake/core/sandbox/modules/io.lua +++ b/xmake/core/sandbox/modules/io.lua @@ -63,22 +63,16 @@ end -- print file function sandbox_io_file:print(...) - - -- print it return self:write(vformat(...), "\n") end -- printf file function sandbox_io_file:printf(...) - - -- printf it return self:write(vformat(...)) end -- writef file function sandbox_io_file:writef(...) - - -- writef it return self:write(string.format(...)) end -- cgit v1.3.1