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

Fixup debugger ref left in Dispatcher.

parent b93ca73e
......@@ -279,7 +279,6 @@
Dispatcher.prototype.initSearch = function() {
// Only when search form is present
if ($('.search').length) {
debugger;
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