diff --git a/lib/node/node.js b/lib/node/node.js index 466f3509..6221653e 100644 --- a/lib/node/node.js +++ b/lib/node/node.js @@ -327,8 +327,6 @@ Node.prototype.has = function has(name) { */ Node.prototype.get = function get(name) { - let plugin; - assert(typeof name === 'string', 'Plugin name must be a string.'); // Reserved names.