From ddc3d72a8f664be21c5d54ccd674203732fa0689 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 5 Mar 2010 19:03:05 +0000 Subject: [PATCH] random nits for grandstream provisioning :UI, docs, java path, s/system/IPC::Run/ for better error handling. RT#7132 --- FS/FS/part_export/grandstream.pm | 2 +- httemplate/edit/part_device.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/FS/FS/part_export/grandstream.pm b/FS/FS/part_export/grandstream.pm index 90a87d897..a3a8fd64a 100644 --- a/FS/FS/part_export/grandstream.pm +++ b/FS/FS/part_export/grandstream.pm @@ -8,7 +8,7 @@ use Tie::IxHash; use IPC::Run qw(run); use FS::CGI qw(rooturl); -$DEBUG = 1; +$DEBUG = 0; $me = '[' . __PACKAGE__ . ']'; $GAPSLITE_HOME = '/usr/local/src/GS_CFG_GEN/'; diff --git a/httemplate/edit/part_device.html b/httemplate/edit/part_device.html index da090dfa2..146070fd9 100644 --- a/httemplate/edit/part_device.html +++ b/httemplate/edit/part_device.html @@ -20,8 +20,6 @@ my $extra_sql = ); $extra_sql = $extra_sql ? " WHERE ( $extra_sql ) " : " WHERE 0 = 1 "; -warn $extra_sql; - my $html_bottom_sub = sub { my $part_device = shift; -- 2.11.0