Przeglądaj źródła

remove print message

xq114 4 lat temu
rodzic
commit
a62c6cf507
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      packages/p/postgresql/xmake.lua

+ 0 - 2
packages/p/postgresql/xmake.lua

@@ -59,8 +59,6 @@ package("postgresql")
                 table.insert(result.includedirs, path)
                 table.insert(result.includedirs, path)
             end
             end
 
 
-            print(result)
-
             -- ok?
             -- ok?
             if #result.includedirs > 0 and #result.linkdirs > 0 then
             if #result.includedirs > 0 and #result.linkdirs > 0 then
                 return result
                 return result