Skip to content

Commit 638de82

Browse files
fix lint errors
1 parent 565d9c8 commit 638de82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ async function renderApp() {
1515
try {
1616
Arc.ConfigService.set("estimateGas", true);
1717
Arc.ConfigService.set("txDepthRequiredForConfirmation", { kovan: 0, live: 0});
18-
console.log('-----------------------------------------------------------')
1918
const graphqlHttpProvider: string = 'http://127.0.0.1:8000/by-name/daostack/graphql'
2019
const graphqlWsProvider: string = 'ws://127.0.0.1:8001/by-name/daostack'
2120
const web3Provider: string = 'http://127.0.0.1:8545'
@@ -24,8 +23,8 @@ async function renderApp() {
2423
graphqlWsProvider,
2524
web3Provider
2625
})
27-
console.log(arc.daos())
28-
console.log('-----------------------------------------------------------')
26+
// console.log(arc.daos())
27+
// console.log('-----------------------------------------------------------')
2928

3029
await Arc.InitializeArcJs({ watchForAccountChanges: true });
3130

0 commit comments

Comments
 (0)