Skip to content

Commit

Permalink
try a fix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonix committed Feb 7, 2019
1 parent 143db58 commit fa78bf1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qt/transactionrecord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ QList<TransactionRecord> TransactionRecord::decomposeTransaction(const CWallet *
{
if (vTxNormalInfo.second == "Vote" || vTxNormalInfo.second == "Add Poll")
{
if (fDebug)
OutputDebugStringF("Vote/Add Poll\n");

sub.type = TransactionRecord::Vote;
break;
}
Expand Down

0 comments on commit fa78bf1

Please sign in to comment.