Skip to content

Commit

Permalink
--cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokdey committed Dec 28, 2018
1 parent 0d729dd commit eb8559a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/routes/transact.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const generateTransactionRoute = Router().post('/', (req, res) => {

transactionPool.setTransaction(transaction);
pubsub.broadcastTransaction(transaction);
console.log('Transaction Pool: ', transactionPool);

return res.status(201).json({
status: 'success',
Expand Down

0 comments on commit eb8559a

Please sign in to comment.