Remove console.log
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 28s Details

This commit is contained in:
Ladd Hoffman 2024-04-15 15:40:46 -05:00
parent 7d294529c8
commit 1989b20ed5
1 changed files with 0 additions and 1 deletions

View File

@ -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);