From 0f85687b659a680eaec03dedc7b0060731983463 Mon Sep 17 00:00:00 2001
From: zuber <marek@stepniowski.com>
Date: Tue, 12 Jan 2010 16:58:47 +0100
Subject: [PATCH] =?utf8?q?Usuni=C4=99cie=20komunikat=C3=B3w=20do=20debugow?=
 =?utf8?q?ania=20z=20xslt.js.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 platforma/static/js/xslt.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/platforma/static/js/xslt.js b/platforma/static/js/xslt.js
index 48543e6e..f6ddb878 100644
--- a/platforma/static/js/xslt.js
+++ b/platforma/static/js/xslt.js
@@ -168,8 +168,6 @@ function xml2html(options) {
         if (error.length > 0 && options.error) {
             options.error(error.text());
         } else {
-            // console.log(options.xml);
-            console.log(doc, doc.firstChild);
             options.success(doc.firstChild);
         }
     }, function() { options.error && options.error('Nie udało się załadować XSLT'); });
@@ -191,8 +189,6 @@ function html2xml(options) {
         
         if (error.length > 0 && options.error) {
             options.error(error.text());
-            console.log(error);
-            $('#source-editor').html('<p>Wystąpił błąd:</p>' + error.text());
         } else {
             options.success(serialize(doc.documentElement).join(''));                              
         }
-- 
2.20.1