summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-10-05 17:49:11 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-10-05 17:49:11 +0200
commitc786c8dcb334fbacf5b6e4fbf2da1910f94d80c4 (patch)
treebae14c0edd2d87a794abdd9e0358f7ff1fe2a535
parentd2620faff92f235d5659ccdac0825cf18c7e2389 (diff)
downloadgitlab-ce-c786c8dcb334fbacf5b6e4fbf2da1910f94d80c4.tar.gz
Another Change for cleanup
-rw-r--r--app/helpers/lazy_image_tag_helper.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/helpers/lazy_image_tag_helper.rb b/app/helpers/lazy_image_tag_helper.rb
index c150c2927a9..603b9438e35 100644
--- a/app/helpers/lazy_image_tag_helper.rb
+++ b/app/helpers/lazy_image_tag_helper.rb
@@ -9,12 +9,6 @@ module LazyImageTagHelper
unless options.delete(:lazy) == false
options[:data] ||= {}
- #options[:data][:src] = if options.delete(:use_original_source)
- # source
- # else
- # path_to_image(source)
- # end
-
options[:data][:src] = path_to_image(source)
options[:class] ||= ""