Remove console.log
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 28s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 28s
Details
This commit is contained in:
parent
7d294529c8
commit
1989b20ed5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue