diff --git a/src/index.js b/src/index.js
index 22e9bc2e830bc4c8915a4a06736d822c697581da..9ba049272fb8535a14b83c87f45f6d452544d490 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,5 +1 @@
 import './sass/main.scss';
-
-const makePromise = async () => await new Promise(resolve => resolve(5));
-
-makePromise().then(console.log);