Skip to content

Commit 6d8f686

Browse files
clean-up
1 parent 11099f0 commit 6d8f686

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6380,8 +6380,6 @@ const main = async () => {
63806380
appName,
63816381
};
63826382

6383-
console.log(context.payload, "context.payload");
6384-
63856383
const lcov = !monorepoBasePath && (await parse$1(raw));
63866384
const baselcov = baseRaw && (await parse$1(baseRaw));
63876385

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ const main = async () => {
118118
appName,
119119
};
120120

121-
console.log(context.payload, "context.payload");
122-
123121
const lcov = !monorepoBasePath && (await parse(raw));
124122
const baselcov = baseRaw && (await parse(baseRaw));
125123

0 commit comments

Comments
 (0)