removed qDebug() call

This commit is contained in:
fourtf
2018-01-17 03:27:21 +01:00
parent 8dc4f8945e
commit 252f648ff8
-2
View File
@@ -163,8 +163,6 @@ MessagePtr TwitchMessageBuilder::parse()
Link link;
qDebug() << linkString;
if (linkString.isEmpty()) {
link = Link();
} else {