From 5fe92d29c210dff10be4d56cbb96471f1168b1cc Mon Sep 17 00:00:00 2001
From: Greg Burri <greg.burri@gmail.com>
Date: Sun, 12 Oct 2008 14:29:24 +0000
Subject: [PATCH] FIX oubli de suppression d'un "console.log"

---
 js/euphorik.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/euphorik.js b/js/euphorik.js
index 148f4cb..4d0d302 100755
--- a/js/euphorik.js
+++ b/js/euphorik.js
@@ -29,8 +29,8 @@ $(document).ready(
       var util = new euphorik.Util(formateur); 
       var communication = new euphorik.Communication(
          function(data) { util.messageDialogue(data.error_message); },
-         function() { console.log("show"); $("#waitbar").show(); },
-         function() { console.log("hide"); $("#waitbar").hide(); }
+         function() { $("#waitbar").show(); },
+         function() { $("#waitbar").hide(); }
       );
       var client = new euphorik.Client(util, communication);
       var pages = new euphorik.Pages(fragment, communication);
-- 
2.49.0