From 8a4a6ded4fbd8b72d2b358da3c4f51672c017e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20R=C5=BCanek?= Date: Thu, 3 Oct 2013 09:13:19 +0200 Subject: [PATCH] Resolves #95 Clean up debug emits in code --- templates/default/html/page.twig | 3 --- templates/default/html/report.twig | 1 - 2 files changed, 4 deletions(-) diff --git a/templates/default/html/page.twig b/templates/default/html/page.twig index 38855ea7..b58c23cc 100644 --- a/templates/default/html/page.twig +++ b/templates/default/html/page.twig @@ -105,9 +105,6 @@ $(this).addClass('active'); } }); - }) - .fail(function() { - console.log("Mamy błąd"); }); } diff --git a/templates/default/html/report.twig b/templates/default/html/report.twig index 57a9a150..f912131f 100644 --- a/templates/default/html/report.twig +++ b/templates/default/html/report.twig @@ -143,7 +143,6 @@ url: window.location.href }; - console.log("Sending a query to the server: " + '{{base}}/email'); $.getJSON('{{base}}/email',data,function(response) { if(response && response.success) { $('#email-modal').modal('hide');