]> git.0d.be Git - panikweb.git/commitdiff
remove call to console.log
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 12:17:59 +0000 (14:17 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 12:17:59 +0000 (14:17 +0200)
panikweb_templates/static/js/specifics.js

index 8dbf0b1839717299a5009ae4538ea43d10f250ef..11fdb673ed2ce2f2e156425c22959eb478acfd92 100644 (file)
@@ -287,7 +287,6 @@ $(function() {
                $("#search-form").unbind('submit').on('submit', function(event) {
                        event.preventDefault();
                        $(this).addClass('loading');
-                        console.log('action:', $(this).attr('action') + '?' + $(this).serialize());
                        loadPage($(this).attr('action') + '?' + $(this).serialize());
                });
                $(".tabs").each(function() {