diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php
index adf3d9be65d..14d8df6e909 100644
--- a/htdocs/lib/functions.inc.php
+++ b/htdocs/lib/functions.inc.php
@@ -1462,7 +1462,6 @@ function dolibarr_print_error($db='',$error='')
print "".$langs->trans("Server").": ".$_SERVER["SERVER_SOFTWARE"]."
\n";;
print "".$langs->trans("Dolibarr").": ".DOL_VERSION."
\n";;
print "".$langs->trans("RequestedUrl").": ".$_SERVER["REQUEST_URI"]."
\n";;
- print "QUERY_STRING: ".$_SERVER["QUERY_STRING"]."
\n";;
print "".$langs->trans("Referer").": ".$_SERVER["HTTP_REFERER"]."
\n";;
$syslog.="url=".$_SERVER["REQUEST_URI"];
$syslog.=", query_string=".$_SERVER["QUERY_STRING"];