mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -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)
|
||||
{
|
||||
DeckList deckList = getDeckList(clipboard);
|
||||
std::cout << deckList.writeToString_Native().toStdString() << std::endl;
|
||||
|
||||
ASSERT_EQ(deckList.getDeckHash().toStdString(), hash);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue