Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mlguys committed Apr 26, 2024
1 parent b8ba322 commit 6f27609
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chains/osmosis/osmosis.controllers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,6 @@ export class OsmosisController {
if (key === 'position_id'){
position_id = value;
}

console.log(`Key: ${key}, Value: ${value}`);
});
}
}
Expand Down

0 comments on commit 6f27609

Please sign in to comment.