diff --git a/Main.js b/Main.js index ac0c2b1..5b136e5 100644 --- a/Main.js +++ b/Main.js @@ -57,11 +57,6 @@ const FollowUserToExperience = function(userId) { }); }; -function getCookie(name) { - var match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); - if (match) return match[2]; -} - (async () => { 'use strict';