random nits for grandstream provisioning :UI, docs, java path, s/system/IPC::Run...
authorivan <ivan>
Fri, 5 Mar 2010 19:03:04 +0000 (19:03 +0000)
committerivan <ivan>
Fri, 5 Mar 2010 19:03:04 +0000 (19:03 +0000)
FS/FS/part_export/grandstream.pm
httemplate/edit/part_device.html

index 90a87d8..a3a8fd6 100644 (file)
@@ -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/';
index da090df..146070f 100644 (file)
@@ -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;