nitdoc: clean useless console.log on body click event
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 16 Jan 2014 23:24:45 +0000 (18:24 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 16 Jan 2014 23:24:45 +0000 (18:24 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

share/nitdoc/scripts/Nitdoc.QuickSearch.js

index 3d818e7..20dcf60 100644 (file)
@@ -66,7 +66,6 @@ Nitdoc.QuickSearch = function() {
 
                // Close quicksearch list on click
                $(document).click(function(e) {
-                       console.log(e);
                        Nitdoc.QuickSearch.closeResultsTable();
                });
        }