diff --git a/prive/formulaires/dateur/inc-dateur.html b/prive/formulaires/dateur/inc-dateur.html
index 905fdd07690c0d53d1cb42606e7a50505ec7d523..e77c2b0893f81e137678ba94164bd260d0958aeb 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)]');