mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 20:33:58 -07:00
remove debug message
This commit is contained in:
parent
cfaa159209
commit
1beeb58609
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ void testEmpty(const QString &clipboard)
|
||||||
void testHash(const QString &clipboard, const std::string &hash)
|
void testHash(const QString &clipboard, const std::string &hash)
|
||||||
{
|
{
|
||||||
DeckList deckList = getDeckList(clipboard);
|
DeckList deckList = getDeckList(clipboard);
|
||||||
std::cout << deckList.writeToString_Native().toStdString() << std::endl;
|
|
||||||
|
|
||||||
ASSERT_EQ(deckList.getDeckHash().toStdString(), hash);
|
ASSERT_EQ(deckList.getDeckHash().toStdString(), hash);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue