summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cobb <rcobb@gitlab.com>2019-07-01 15:06:16 -0700
committerRyan Cobb <rcobb@gitlab.com>2019-07-09 17:02:08 -0600
commit4727effb083b27adb7754fc8ebf881f7e128febf (patch)
treea32a520678a0eb021e0d12972b0813a984cfe567
parentab2a8e2ba839c92530838e2766ab6d8aa0228bda (diff)
downloadgitlab-ce-4727effb083b27adb7754fc8ebf881f7e128febf.tar.gz
Remove prepending of EE module
-rw-r--r--lib/gitlab/importers/common_metrics.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/importers/common_metrics.rb b/lib/gitlab/importers/common_metrics.rb
index 210ae6cb14a..532615c57a8 100644
--- a/lib/gitlab/importers/common_metrics.rb
+++ b/lib/gitlab/importers/common_metrics.rb
@@ -6,5 +6,3 @@ module Gitlab
end
end
end
-
-Gitlab::Importers::CommonMetrics.prepend(EE::Gitlab::Importers::CommonMetrics)