Commit da879e7a authored by Mike Greiling's avatar Mike Greiling

remove accidental console.log from karma tests

[ci-skip]
parent 499b6406
...@@ -113,7 +113,6 @@ describe('Fly out sidebar navigation', () => { ...@@ -113,7 +113,6 @@ describe('Fly out sidebar navigation', () => {
clientX: el.getBoundingClientRect().left + 20, clientX: el.getBoundingClientRect().left + 20,
clientY: el.getBoundingClientRect().top + 10, clientY: el.getBoundingClientRect().top + 10,
}); });
console.log(el);
expect( expect(
getHideSubItemsInterval(), getHideSubItemsInterval(),
......
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