From 623df92487071f5fdefefc2d2415d395729a190d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 8 Jan 2026 00:39:15 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- serialize.js | 1 - 1 file changed, 1 deletion(-) diff --git a/serialize.js b/serialize.js index 549e153..c7ee84d 100644 --- a/serialize.js +++ b/serialize.js @@ -169,7 +169,6 @@ function(obj, path=[], seen=new Map(), indent, depth=0, options={}){ // long strings... // NOTE: this saves on output size... - // XXX is this relevant when we can "zip" the results... if(typeof(obj) == 'string' && obj.length > string_length_ref){ seen.set(obj, path) }