From 0a7df1dad96ba186898d29c9a2452f8005b54e02 Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 22 Nov 2017 13:06:06 +0100 Subject: [PATCH] Remove old comment --- src/patchEson.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/patchEson.js b/src/patchEson.js index a8f7dd2..99c1702 100644 --- a/src/patchEson.js +++ b/src/patchEson.js @@ -111,8 +111,6 @@ export function patchEson (eson: ESON, patch: ESONPatch, expand = expandAll) { } } - // TODO: Simplify revert when possible: - // when a previous action takes place on the same path, remove the first return { data: updatedEson, revert,