Skip to content

Commit 3767c0e

Browse files
committed
remove the log statement
1 parent a58086b commit 3767c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/hooks/grapher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default () => {
2323
}`,
2424
{ id: 1 }
2525
)
26-
console.log('data', data)
26+
2727
if (data.length === 0 && !loading) {
2828
makeQuery({ id: 1 })
2929
}

0 commit comments

Comments
 (0)