From 91b5294e622198de6d3efaa2bb1ad9c7c3cfe1a7 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 27 Nov 2013 21:13:17 +0000 Subject: [PATCH] removed debug marks svn path=/trunk/; revision=21 --- cgi.sh | 3 --- index.cgi | 4 ---- templates/attendees.html.sh | 1 - 3 files changed, 8 deletions(-) diff --git a/cgi.sh b/cgi.sh index 676dbc5..bde75d6 100755 --- 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" } diff --git a/index.cgi b/index.cgi index 681c436..6bd36d5 100755 --- 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" diff --git a/templates/attendees.html.sh b/templates/attendees.html.sh index 3847b71..c4430a7 100644 --- a/templates/attendees.html.sh +++ b/templates/attendees.html.sh @@ -53,7 +53,6 @@ $(listcards |while read card; do x_EOF - debug "Edit: $card" else cat <

$(l10n edit)

-- 2.39.2