Remove debug statement

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2021-01-23 16:45:42 +00:00
parent 82d0965190
commit 8850677dc5

View File

@ -106,7 +106,7 @@ function get_packages( $package, $dirpath )
global $exceptions; global $exceptions;
global $regex; global $regex;
if ( $package != "psmisc" ) return 0; // Debug //if ( $package != "psmisc" ) return 0; // Debug
if ( $package == "bc" ) $dirpath = "https://github.com/gavinhoward/bc/releases"; if ( $package == "bc" ) $dirpath = "https://github.com/gavinhoward/bc/releases";
if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases"; if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases";