diff --git a/inc-compilo-index.php3 b/inc-compilo-index.php3
index b00ce5e9b2d45648502bdb8d8aa5cc018cfcf956..a1e1cfe1127b13d603f41fca2cb9e44c8a05a5d5 100644
--- a/inc-compilo-index.php3
+++ b/inc-compilo-index.php3
@@ -296,7 +296,7 @@ function filtres_arglist($args, $p, $sep) {
 		else
 		  ereg(' *([^,]+) *,?(.*)$', $args, $regs);
 		$arg = $regs[1];
-		spip_log("$args $arg");
+#		spip_log("$args $arg");
 		if ($arg !== '') {
 			if ($arg[0] =='$')
 				$arg = '$Pile[0][\'' . substr($arg,1) . "']";