1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-10 16:10:55 +00:00
* Fixed: Remove debug logging unintentionally left in final build.
This commit is contained in:
SirStendec 2019-10-28 11:06:26 -04:00
parent 8cfbc95821
commit a6ee3e5013
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "frankerfacez", "name": "frankerfacez",
"author": "Dan Salvato LLC", "author": "Dan Salvato LLC",
"version": "4.15.0", "version": "4.15.1",
"description": "FrankerFaceZ is a Twitch enhancement suite.", "description": "FrankerFaceZ is a Twitch enhancement suite.",
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {

View file

@ -1236,8 +1236,6 @@ export default class EmoteMenu extends Module {
chan = is_points ? null : owner, chan = is_points ? null : owner,
set_data = data[set_id]; set_data = data[set_id];
console.log('set', set_id, owner);
if ( chan ) if ( chan )
t.emotes.setTwitchSetChannel(set_id, { t.emotes.setTwitchSetChannel(set_id, {
s_id: set_id, s_id: set_id,