浏览代码

sfml: remove print

Jérôme Leclercq 2 年之前
父节点
当前提交
bb8105270f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/s/sfml/xmake.lua

+ 0 - 1
packages/s/sfml/xmake.lua

@@ -202,7 +202,6 @@ package("sfml")
                         local fetchinfo = dep:fetch()
                         if fetchinfo then
                             table.join2(libfiles, fetchinfo.libfiles)
-                            print(fetchinfo.libfiles)
                         end
                     end
                 end