summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-11 13:36:26 -0400
committerScott Ullrich <sullrich@su.local>2009-09-11 13:36:26 -0400
commitf0ed24eddad2a8a988516b7fc1a49f841a5f745c (patch)
tree9e86dcd0c0ea70ee0d18779058e862346e18bbdb /usr/local/www/pkg_mgr.php
parent4a8bc5a23db6e673894e816079580dd1dca829d5 (diff)
downloadpfsense-f0ed24eddad2a8a988516b7fc1a49f841a5f745c.zip
pfsense-f0ed24eddad2a8a988516b7fc1a49f841a5f745c.tar.gz
Nuke debugging helper
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 5187a99..2cbc674 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -118,7 +118,6 @@ include("head.inc");
foreach($pkg_names as $name)
if(!in_array($name, $instpkgs)) $pkg_keys[] = $name;
$pkg_keys = msort($pkg_keys);
- print_r($pkg_keys);
if(count($pkg_keys) != 0) {
foreach($pkg_keys as $key) {
$index = &$pkg_info[$key];
OpenPOWER on IntegriCloud