From bc13d2e3c1e8a79b49f73bcf1027fcef66f395cf Mon Sep 17 00:00:00 2001
From: MathieuAlphamosa <mathieualphamosa@noreply.git.spip.net>
Date: Thu, 22 Jul 2021 18:50:59 +0200
Subject: [PATCH] Suppression d'un debug JS (#4847)

Reviewed-on: https://git.spip.net/spip/spip/pulls/4847
Co-authored-by: MathieuAlphamosa <mathieualphamosa@noreply.git.spip.net>
Co-committed-by: MathieuAlphamosa <mathieualphamosa@noreply.git.spip.net>
---
 prive/formulaires/dateur/inc-dateur.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/prive/formulaires/dateur/inc-dateur.html b/prive/formulaires/dateur/inc-dateur.html
index 905fdd0769..e77c2b0893 100644
--- a/prive/formulaires/dateur/inc-dateur.html
+++ b/prive/formulaires/dateur/inc-dateur.html
@@ -160,7 +160,6 @@ function date_picker_init(){
 var date_picker_loading;
 if (window.jQuery){
 	jQuery(function(){
-		console.log('dans inc-dateur jquery function', jQuery('input.date,input.heure').length, typeof(date_picker_loading));
 		if (jQuery('input.date,input.heure').length
 			&& typeof(date_picker_loading) === "undefined"){
 			date_picker_loading = jQuery.getScript('[(#PRODUIRE{fond=formulaires/dateur/jquery.dateur.js}|timestamp)]');
-- 
GitLab