mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-09 15:50:53 +00:00
4.15.1
* Fixed: Remove debug logging unintentionally left in final build.
This commit is contained in:
parent
8cfbc95821
commit
a6ee3e5013
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "frankerfacez",
|
||||
"author": "Dan Salvato LLC",
|
||||
"version": "4.15.0",
|
||||
"version": "4.15.1",
|
||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
|
|
|
@ -1236,8 +1236,6 @@ export default class EmoteMenu extends Module {
|
|||
chan = is_points ? null : owner,
|
||||
set_data = data[set_id];
|
||||
|
||||
console.log('set', set_id, owner);
|
||||
|
||||
if ( chan )
|
||||
t.emotes.setTwitchSetChannel(set_id, {
|
||||
s_id: set_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue