From 567474ce00e20714313bcce5b802270e639d7402 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Sun, 4 Mar 2018 18:49:05 +0000 Subject: [PATCH] Removed confusing delimiters from fuzzy hash comparison ops --- src/core/operations/Hash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/Hash.js b/src/core/operations/Hash.js index 1e3e8a9b..1d125aa6 100755 --- a/src/core/operations/Hash.js +++ b/src/core/operations/Hash.js @@ -366,7 +366,7 @@ const Hash = { * @constant * @default */ - DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma", "Semi-colon", "Colon"], + DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma"], /** * Compare CTPH hashes operation.