summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2018-01-12 14:54:49 +1100
committerSimon Knox <psimyn@gmail.com>2018-01-12 14:54:49 +1100
commit22f2097d8a360382fd0a120ac29f4b4cc29cf5c7 (patch)
treecc78e868449c6a23b6c0e92c7fe606f52b980011
parent5594ea7ed682db00ada14c365c0aed73afcca2fd (diff)
downloadgitlab-ce-22f2097d8a360382fd0a120ac29f4b4cc29cf5c7.tar.gz
remove unused
-rw-r--r--app/assets/javascripts/dispatcher.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/dispatcher.js b/app/assets/javascripts/dispatcher.js
index 7a80f3c90ad..111da7bbbd4 100644
--- a/app/assets/javascripts/dispatcher.js
+++ b/app/assets/javascripts/dispatcher.js
@@ -1,5 +1,4 @@
/* eslint-disable func-names, space-before-function-paren, no-var, prefer-arrow-callback, wrap-iife, no-shadow, consistent-return, one-var, one-var-declaration-per-line, camelcase, default-case, no-new, quotes, no-duplicate-case, no-case-declarations, no-fallthrough, max-len */
-import { s__ } from './locale';
import projectSelect from './project_select';
import IssuableIndex from './issuable_index';
import Milestone from './milestone';