Skip to content

Commit dce2666

Browse files
chore: remove commented code
1 parent 4fb9931 commit dce2666

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mappings/farms.ts

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export async function farmUpdated(
129129
// ip is already there in storage, don't save it again
130130
if (savedIP) {
131131
savedIP.ip = ip.ip.toString()
132-
// savedIP.contractId = ip.contractId
133132
savedIP.gateway = ip.gateway.toString()
134133
await ctx.store.save<PublicIp>(savedIP)
135134
} else {

0 commit comments

Comments
 (0)