diff --git a/html/js/confirm.js b/html/js/confirm.js
index e953caeff..553cd62c2 100644
--- a/html/js/confirm.js
+++ b/html/js/confirm.js
@@ -28,7 +28,6 @@
// \brief Confirm the removal of a template
function confirm_remove(p_phpsessid,p_obj_id,p_type) {
- alert ("Effacement demandé");
var
a=open('confirm_remove.php?PHPSESSID='+p_phpsessid+'&ob_id='+p_obj_id+'&p_type='+p_type,'Confirmez effacement','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');