1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove outdated comment from MetamaskController (#9284)

This commit is contained in:
Whymarrh Whitby 2020-08-20 21:03:52 -02:30 committed by GitHub
parent e4d4c9c45a
commit f656d3236e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'