Skip to content

Commit

Permalink
fix(bundle-utils): remove console logs (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Mar 13, 2023
1 parent 98ae383 commit c1ba290
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bundle-utils/src/js.ts
Expand Up @@ -71,7 +71,6 @@ export function generate(
ast,
'Program:has(ExportDefaultDeclaration):has(ObjectExpression)'
)
console.log('astExportDefaultWithObject', astExportDefaultWithObject)

if (!allowDynamic) {
if (!astExportDefaultWithObject.length) {
Expand All @@ -89,7 +88,6 @@ export function generate(
`You need to define 'export default' that will return the locale messages.`
)
}
console.log('astExportDefault', astExportDefault)

if (!astExportDefaultWithObject.length) {
/**
Expand Down

0 comments on commit c1ba290

Please sign in to comment.