From 637730996aee5fc8957bbd2d95667137fbc63486 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 19 May 2017 17:30:54 +0200 Subject: [PATCH] Remove additional polyfill (#5663) --- js/src/library.parity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/library.parity.js b/js/src/library.parity.js index 81dc8e885..d7d697a82 100644 --- a/js/src/library.parity.js +++ b/js/src/library.parity.js @@ -14,7 +14,6 @@ // You should have received a copy of the GNU General Public License // along with Parity. If not, see . -import 'babel-polyfill/dist/polyfill.js'; import es6Promise from 'es6-promise'; es6Promise.polyfill();