removed old comments

This commit is contained in:
booboy 2019-02-03 03:08:04 -06:00
parent dc5ca66549
commit 32fd073bf7

View file

@ -128,9 +128,6 @@ class Pastebinner
YAML.safe_load(response.body).first YAML.safe_load(response.body).first
end end
##### PREPARING THE PASTES FOR SERIALIZATION FOR ES CONFORMING TO PER INDEX SEARCHING
##### SEE - https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html#_custom_type_field
def hash_pastes(keys) def hash_pastes(keys)
if keys.is_a? String if keys.is_a? String
raw_paste = self.raw_paste_data(keys) raw_paste = self.raw_paste_data(keys)