Commit 37b3cac4 authored by Bryce Johnson's avatar Bryce Johnson

Fixup debugger ref left in Dispatcher.

parent b93ca73e
...@@ -279,7 +279,6 @@ ...@@ -279,7 +279,6 @@
Dispatcher.prototype.initSearch = function() { Dispatcher.prototype.initSearch = function() {
// Only when search form is present // Only when search form is present
if ($('.search').length) { if ($('.search').length) {
debugger;
return new gl.SearchAutocomplete(); return new gl.SearchAutocomplete();
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment