Skip to content

Commit cb01d0c

Browse files
committed
chore: drop debug console logs
1 parent 083fc2f commit cb01d0c

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
@@ -116,7 +116,6 @@ The plugin no longer uses this and it should be deleted to avoid conflicts.\n`)
116116
export async function onPostBuild({
117117
constants: { PUBLISH_DIR, FUNCTIONS_DIST },
118118
}: NetlifyPluginOptions): Promise<void> {
119-
console.log('onPostBuild')
120119
if (shouldSkip(PUBLISH_DIR)) {
121120
return
122121
}
@@ -134,8 +133,6 @@ export async function onSuccess({
134133
constants: { PUBLISH_DIR },
135134
utils,
136135
}: NetlifyPluginOptions) {
137-
console.log('onSuccess')
138-
139136
if (shouldSkip(PUBLISH_DIR)) {
140137
return
141138
}

0 commit comments

Comments
 (0)