removing debugger statement

This commit is contained in:
Shelby Sturgis 2016-03-17 10:32:49 -07:00
parent 29fb459e11
commit fb68898b31

View file

@ -12,7 +12,6 @@ describe('Chrome API :: Angular', () => {
addBasePath: noop
};
kbnAngular(chrome, {});
debugger;
});
it('should return breadcrumbs based on the url', () => {
});