From bb8105270fdbc0c9cbe36917ce943a23c48f6a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 11 Sep 2023 13:44:40 +0200 Subject: [PATCH] sfml: remove print --- packages/s/sfml/xmake.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/s/sfml/xmake.lua b/packages/s/sfml/xmake.lua index 78acdc3ef..148255c68 100644 --- a/packages/s/sfml/xmake.lua +++ b/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