diff --git a/utils/GunSmith/GunSmith.js b/utils/GunSmith/GunSmith.js index 0d452707..47976e39 100644 --- a/utils/GunSmith/GunSmith.js +++ b/utils/GunSmith/GunSmith.js @@ -351,12 +351,6 @@ function createReplica(path, afterMap = false) { } return this }, - then() { - if (afterMap) { - throw new Error('Cannot call then() after map() on a GunSmith node') - } - return Promise.resolve(null) - }, user(pub) { if (path !== '$root') { throw new ReferenceError(