diff options
author | Ryan Cobb <rcobb@gitlab.com> | 2019-07-01 15:06:16 -0700 |
---|---|---|
committer | Ryan Cobb <rcobb@gitlab.com> | 2019-07-09 17:02:08 -0600 |
commit | 4727effb083b27adb7754fc8ebf881f7e128febf (patch) | |
tree | a32a520678a0eb021e0d12972b0813a984cfe567 /lib | |
parent | ab2a8e2ba839c92530838e2766ab6d8aa0228bda (diff) | |
download | gitlab-ce-4727effb083b27adb7754fc8ebf881f7e128febf.tar.gz |
Remove prepending of EE module
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/importers/common_metrics.rb | 2 |
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) |