Explorar o código

Remove debug statement

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs %!s(int64=4) %!d(string=hai) anos
pai
achega
8850677dc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lfs-latest.php

+ 1 - 1
lfs-latest.php

@@ -106,7 +106,7 @@ function get_packages( $package, $dirpath )
   global $exceptions;
   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 == "check"      ) $dirpath = "https://github.com/libcheck/check/releases";