fixes and removing logs
This commit is contained in:
@@ -26,7 +26,7 @@ gulp.task("copy-assets", () => {
|
||||
"src/**/*.jpeg",
|
||||
"src/**/*.gif",
|
||||
"src/**/*.svg",
|
||||
])
|
||||
],{encoding:false})
|
||||
.pipe(gulp.dest("dist"));
|
||||
});
|
||||
|
||||
|
@@ -115,7 +115,6 @@ class Emoji{
|
||||
});
|
||||
}
|
||||
this.emojis = build;
|
||||
console.log(build);
|
||||
}
|
||||
static grabEmoji(){
|
||||
fetch("/emoji.bin")
|
||||
@@ -123,7 +122,6 @@ class Emoji{
|
||||
return e.arrayBuffer();
|
||||
})
|
||||
.then(e=>{
|
||||
console.log(e);
|
||||
Emoji.decodeEmojiList(e);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user