summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-30 11:15:13 -0500
committerMike Greiling <mike@pixelcog.com>2017-08-30 11:15:48 -0500
commitda879e7a8d529e69a61589e9e35c056972d11a3e (patch)
treed380b5214ab18f93a89aaf91def5544a9c0c8b33
parent499b640679c0dca5b5d93da945da0ca26db8e58e (diff)
downloadgitlab-ce-remove-unnecessary-console-log.tar.gz
remove accidental console.log from karma testsremove-unnecessary-console-log
[ci-skip]
-rw-r--r--spec/javascripts/fly_out_nav_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/fly_out_nav_spec.js b/spec/javascripts/fly_out_nav_spec.js
index 2e81a1b056b..d4e8fd17a18 100644
--- a/spec/javascripts/fly_out_nav_spec.js
+++ b/spec/javascripts/fly_out_nav_spec.js
@@ -113,7 +113,6 @@ describe('Fly out sidebar navigation', () => {
clientX: el.getBoundingClientRect().left + 20,
clientY: el.getBoundingClientRect().top + 10,
});
- console.log(el);
expect(
getHideSubItemsInterval(),