From b8fe71d8cb4e433421d026418b524b2f1fb231b5 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 18 Mar 2008 19:53:02 +0000 Subject: Comment debug git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109680 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/scripts/dbsep.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/scripts') diff --git a/contrib/scripts/dbsep.cgi b/contrib/scripts/dbsep.cgi index 8d23d3d03..c274f9340 100755 --- a/contrib/scripts/dbsep.cgi +++ b/contrib/scripts/dbsep.cgi @@ -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 -- cgit v1.2.3