diff options
Diffstat (limited to 'xmake/core/base/io.lua')
| -rw-r--r-- | xmake/core/base/io.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua index d484d179f..189ff536f 100644 --- a/xmake/core/base/io.lua +++ b/xmake/core/base/io.lua @@ -539,7 +539,6 @@ end -- get std file, /dev/stdin, /dev/stdout, /dev/stderr function io.stdfile(filepath) - print("io.stdfile", filepath) local file = nil if filepath == "/dev/stdin" then file = io._stdfile(1) |
