Remove additional polyfill (#5663)

This commit is contained in:
Jaco Greeff 2017-05-19 17:30:54 +02:00 committed by GitHub
parent 1a1d5e4a73
commit 637730996a

View File

@ -14,7 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
import 'babel-polyfill/dist/polyfill.js';
import es6Promise from 'es6-promise';
es6Promise.polyfill();