Skip to content

Commit 71db642

Browse files
committed
chore: rm log
1 parent 598890a commit 71db642

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ export async function onPreBuild({
2626
constants,
2727
utils,
2828
netlifyConfig,
29-
...rest
3029
}): Promise<void> {
31-
console.log(process.env)
32-
console.log({ constants, utils, netlifyConfig, rest })
3330
const { PUBLISH_DIR } = constants
3431
// Print a helpful message if the publish dir is misconfigured
3532
if (!PUBLISH_DIR || process.cwd() === path.resolve(PUBLISH_DIR)) {

0 commit comments

Comments
 (0)