Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 30, 2024
1 parent 5816e11 commit 309dbf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/twitch/pubsubmessages/AutoMod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PubSubAutoModQueueMessage::PubSubAutoModQueueMessage(const QJsonObject &root)
, data(root.value("data").toObject())
, status(this->data.value("status").toString())
{
qInfo() << "XXX: automod message over pubsub:" << root;
auto oType = qmagicenum::enumCast<Type>(this->typeString);
if (oType.has_value())
{
Expand Down

0 comments on commit 309dbf6

Please sign in to comment.