removed qDebug() call
This commit is contained in:
@@ -163,8 +163,6 @@ MessagePtr TwitchMessageBuilder::parse()
|
|||||||
|
|
||||||
Link link;
|
Link link;
|
||||||
|
|
||||||
qDebug() << linkString;
|
|
||||||
|
|
||||||
if (linkString.isEmpty()) {
|
if (linkString.isEmpty()) {
|
||||||
link = Link();
|
link = Link();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user