Skip to content

Commit

Permalink
Merge pull request jdorn#97 from jdorn/cleanup-debug
Browse files Browse the repository at this point in the history
Resolves jdorn#95 Clean up debug emits in code
  • Loading branch information
uded committed Oct 3, 2013
2 parents 2042ea5 + 8a4a6de commit ec55e1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions templates/default/html/page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
$(this).addClass('active');
}
});
})
.fail(function() {
console.log("Mamy błąd");
});
}
</script>
Expand Down
1 change: 0 additions & 1 deletion templates/default/html/report.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ec55e1c

Please sign in to comment.