remove debug message

This commit is contained in:
ebbit1q 2025-10-03 18:42:14 +02:00
parent cfaa159209
commit 1beeb58609

View file

@ -22,7 +22,6 @@ void testEmpty(const QString &clipboard)
void testHash(const QString &clipboard, const std::string &hash)
{
DeckList deckList = getDeckList(clipboard);
std::cout << deckList.writeToString_Native().toStdString() << std::endl;
ASSERT_EQ(deckList.getDeckHash().toStdString(), hash);
}