From 81163bfc47cda72acf2af2850380c92cb1b3ebec Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 21 Sep 2022 10:02:10 -0500 Subject: [PATCH] Remove debugging line --- lfs-latest-git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 3f7a9cbf5..32c8150ca 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -300,7 +300,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel $max = find_max( $lines, "/FILE5/", "/^.*FILE(5_\d+)*$/" ); return str_replace( "_", ".", $max ); } -print_r($lines); + if ( $package == "libffi" ) return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );