removed startup time var

This commit is contained in:
milad 2019-09-06 10:55:35 -07:00
parent 1576a29916
commit 1d8bbc3529

View file

@ -406,7 +406,6 @@ var emojiCodeMap;
var customEmojiCodeMap;
var signalsConnected = false;
var _this;
var startupTimeStamp = Date.now();
function startup() {
// make a map of just the utf codes to help with accesing
emojiCodeMap = emojiList.reduce(function (codeMap, currentEmojiInList, index) {