diff --git a/ethereum/contracts/core/Forum.sol b/ethereum/contracts/core/Forum.sol index 0ea5b43..c42dbf1 100644 --- a/ethereum/contracts/core/Forum.sol +++ b/ethereum/contracts/core/Forum.sol @@ -162,7 +162,6 @@ contract Forum is Reputation { refundToInbound -= int( post.reputation - balanceOf(post.author) ); - console.logInt(refundToInbound); _update(post.author, address(this), balanceOf(post.author)); } else { _update(post.author, address(this), post.reputation);