Skip to content

Commit b4a9f51

Browse files
authored
ci: remove console log (#236)
1 parent 1d17f6c commit b4a9f51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/tenderly/get-fork.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ axios
2121
}
2222

2323
const fork = res.data.find(({ name }) => name === FORK_NAME);
24-
console.log({
25-
fork,
26-
FORK_NAME,
27-
});
2824

2925
if (!fork) {
3026
throw new Error(`Fork not found`);

0 commit comments

Comments
 (0)