maj des log

This commit is contained in:
Christophe 2020-10-19 17:13:28 +02:00
parent a20213fae8
commit 656a17bc02

View file

@ -119,10 +119,6 @@ function blocklog_creer_chaine($requete = ""){
$chaine = implode('|', $c); $chaine = implode('|', $c);
} }
if (defined('_DEBUG_BLOCKLOG')) {
spip_log($chaine, 'blocklog');
}
$chaine = hash(_BLOCKLOG_ALGO, $chaine); $chaine = hash(_BLOCKLOG_ALGO, $chaine);
return $chaine; return $chaine;