diff options
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/process/part_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index 019224c4e..c0febf828 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -131,7 +131,7 @@ my $args_callback = sub { 'custnum_ref' => \$custnum; } - warn "args: ".join('/', @args). "\n"; + #warn "args: ".join('/', @args). "\n"; @args; |