Skip to content

Commit

Permalink
Dev removed debug logs
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9754 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Feb 8, 2011
1 parent 6fd35ad commit a5cfb13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Expand Up @@ -2464,7 +2464,6 @@ function buildsurveysession()
if ($thissurvey['alloweditaftercompletion'] == 'Y' )
{
$tkquery = "SELECT COUNT(*) FROM ".db_table_name('tokens_'.$surveyid)." WHERE token='".db_quote(trim(sanitize_xss_string(strip_tags(returnglobal('token')))))."'";
error_log("TIBO2 = $tkquery");
}
else
{
Expand Down

0 comments on commit a5cfb13

Please sign in to comment.