Skip to content

Commit 87bb02d

Browse files
committed
fix: remove debugging log
1 parent 4c01fc4 commit 87bb02d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/contracts/test/unit/rewards/subgraphAvailability.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ describe('SubgraphAvailabilityManager', () => {
6464
fixture = new NetworkFixture(graph.provider)
6565
contracts = await fixture.load(governor)
6666
rewardsManager = contracts.RewardsManager as IRewardsManager
67-
console.log('Llega hasta aca?')
6867
const deployResult = await deploy(DeployType.Deploy, governor, {
6968
name: 'SubgraphAvailabilityManager',
7069
args: [governor.address, rewardsManager.address, executionThreshold, voteTimeLimit, oracles],

0 commit comments

Comments
 (0)