From 32fd073bf774914c3ce04328859de0eb6592776f Mon Sep 17 00:00:00 2001 From: booboy Date: Sun, 3 Feb 2019 03:08:04 -0600 Subject: [PATCH] removed old comments --- lib/pastebinner.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/pastebinner.rb b/lib/pastebinner.rb index 4794395..ba399a9 100755 --- a/lib/pastebinner.rb +++ b/lib/pastebinner.rb @@ -128,9 +128,6 @@ class Pastebinner YAML.safe_load(response.body).first 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) if keys.is_a? String raw_paste = self.raw_paste_data(keys)