Skip to content

Commit

Permalink
chore: drop debug console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jan 16, 2025
1 parent 083fc2f commit cb01d0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ The plugin no longer uses this and it should be deleted to avoid conflicts.\n`)
export async function onPostBuild({
constants: { PUBLISH_DIR, FUNCTIONS_DIST },
}: NetlifyPluginOptions): Promise<void> {
console.log('onPostBuild')
if (shouldSkip(PUBLISH_DIR)) {
return
}
Expand All @@ -134,8 +133,6 @@ export async function onSuccess({
constants: { PUBLISH_DIR },
utils,
}: NetlifyPluginOptions) {
console.log('onSuccess')

if (shouldSkip(PUBLISH_DIR)) {
return
}
Expand Down

0 comments on commit cb01d0c

Please sign in to comment.