Skip to content

Commit

Permalink
fix: remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Mar 13, 2024
1 parent 4c01fc4 commit 87bb02d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ describe('SubgraphAvailabilityManager', () => {
fixture = new NetworkFixture(graph.provider)
contracts = await fixture.load(governor)
rewardsManager = contracts.RewardsManager as IRewardsManager
console.log('Llega hasta aca?')
const deployResult = await deploy(DeployType.Deploy, governor, {
name: 'SubgraphAvailabilityManager',
args: [governor.address, rewardsManager.address, executionThreshold, voteTimeLimit, oracles],
Expand Down

0 comments on commit 87bb02d

Please sign in to comment.