]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Comment debug
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 18 Mar 2008 19:53:02 +0000 (19:53 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 18 Mar 2008 19:53:02 +0000 (19:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109680 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/dbsep.cgi

index 8d23d3d039dd88cb20d4399dd561da4253d05b8c..c274f93404cee939569fe271b47ddcb52c8ac22f 100755 (executable)
@@ -45,7 +45,7 @@ $cgi = new CGI;
 $ENV{PATH_INFO} =~ m/\/([^\/]*)\/([^\/]*)$/;
 ($table, $mode) = ($1, lc($2));
 
-print STDERR "PATH_INFO=$ENV{PATH_INFO}, table=$table, mode=$mode\n";
+#print STDERR "PATH_INFO=$ENV{PATH_INFO}, table=$table, mode=$mode\n";
 
 if ($mode eq 'single') {
        # All parameters as POST