diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-11 19:41:49 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-11 19:41:49 -0600 |
commit | 953599b551437744b6385496d425117e468b0851 (patch) | |
tree | 550dafcd0e188bc8bb18acd0b543a4f71b69c4ca /httemplate/misc/xmlhttp-part_pkg.cgi | |
parent | bb7f04b50d02e5699f740b3511524a32c1a276af (diff) |
RT#21463 Option to show disabled package definitions [v3 merge]
Diffstat (limited to 'httemplate/misc/xmlhttp-part_pkg.cgi')
-rw-r--r-- | httemplate/misc/xmlhttp-part_pkg.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/misc/xmlhttp-part_pkg.cgi b/httemplate/misc/xmlhttp-part_pkg.cgi index 187833025..c8e6f938d 100644 --- a/httemplate/misc/xmlhttp-part_pkg.cgi +++ b/httemplate/misc/xmlhttp-part_pkg.cgi @@ -26,6 +26,4 @@ my @return = map { } } @records; -print STDERR Dumper(\@return); - </%init> |