浏览代码

Remove debug statement

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 4 年之前
父节点
当前提交
8850677dc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";