]> git.plutz.net Git - confetti/commitdiff
removed debug marks
authorpaul <paul@plutz.net>
Wed, 27 Nov 2013 21:13:17 +0000 (21:13 +0000)
committerpaul <paul@plutz.net>
Wed, 27 Nov 2013 21:13:17 +0000 (21:13 +0000)
svn path=/trunk/; revision=21

cgi.sh
index.cgi
templates/attendees.html.sh

diff --git a/cgi.sh b/cgi.sh
index 676dbc581abcccf9a4da74c979b227e176fd5624..bde75d668fbfb429e1ed50d9809ba37911c8bd72 100755 (executable)
--- a/cgi.sh
+++ b/cgi.sh
@@ -9,7 +9,6 @@ cgi_get() {  # parse HTTP GET string
     val="$(echo "$query" |sed -r 's:^([a-zA-Z0-9_-]*)=(.*)$:\2:')"
     _GET["$key"]="$(echo -e "$(echo "$val" |sed 's:+: :g;s:%:\\x:g')")"
   done
-  debug "$_GET"
 }
 
 cgi_post() {  # parse HTTP POST string
@@ -24,7 +23,5 @@ cgi_post() {  # parse HTTP POST string
     else
       _POST["$key"]="$value"
     fi
-    debug "post($key$n) => $value"
   done
-  debug "$_POST"
 }
index 681c436b867e164fb48cd0017eb94464e6b2215a..6bd36d5fbdecd916dccc949fd11ea293abe0798b 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -24,9 +24,6 @@ done
 _EXEC="$(dirname "$real")"  #execution directory
 _DATA="$(dirname "$call")"  #storage directory
 
-debug "Execution dir: $_EXEC"
-debug "Storage dir: $_DATA"
-
 [ -w "$_DATA" ] && [ -d "$_DATA" ] || die "storage directory must be writable"
 
 # create directories for object storage
@@ -46,7 +43,6 @@ EOF
 . "$_EXEC/cgi.sh"
 
 cgi_get
-debug "$_GET"
 
 . "$_EXEC/constants.sh"
 
index 3847b71a8089e6283d83a9b5ee167b838bce7765..c4430a75fb44f710f058f7a14e23d9e5063e8704 100644 (file)
@@ -53,7 +53,6 @@ $(listcards |while read card; do
     </form>
   </div>
 x_EOF
-  debug "Edit: $card"
   else cat <<x_EOF
   <div id="${id}" class="card">
     <p class="control"><a href="?page=attendees&edit=${id}#${id}">$(l10n edit)</a></p>