From 016d492414b1229ec9bc023782a8cd571909afca Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 24 Apr 2018 12:20:38 -0230 Subject: Remove unnecessary doc comment. --- app/scripts/lib/typed-message-manager.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/scripts/lib/typed-message-manager.js') diff --git a/app/scripts/lib/typed-message-manager.js b/app/scripts/lib/typed-message-manager.js index e9be93afd..c58921610 100644 --- a/app/scripts/lib/typed-message-manager.js +++ b/app/scripts/lib/typed-message-manager.js @@ -9,8 +9,6 @@ const log = require('loglevel') * Represents, and contains data about, an 'eth_signTypedData' type signature request. These are created when a * signature for an eth_signTypedData call is requested. * - * @see {@link } - * * @typedef {Object} TypedMessage * @property {number} id An id to track and identify the message object * @property {Object} msgParams The parameters to pass to the eth_signTypedData method once the signature request is -- cgit