From f656d3236e340b232c511c58c1df285f22b90145 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Thu, 20 Aug 2020 21:03:52 -0230 Subject: [PATCH] Remove outdated comment from MetamaskController (#9284) --- app/scripts/metamask-controller.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js index 1c99424bc..829b5380b 100644 --- a/app/scripts/metamask-controller.js +++ b/app/scripts/metamask-controller.js @@ -1,9 +1,3 @@ -/** - * @file The central metamask controller. Aggregates other controllers and exports an api. - * @copyright Copyright (c) 2018 MetaMask - * @license MIT - */ - import EventEmitter from 'events' import pump from 'pump'