Skip to content

Commit

Permalink
Remove log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercurrie committed May 13, 2019
1 parent d1e4455 commit f66e064
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ExportMap.js
Expand Up @@ -517,8 +517,6 @@ ExportMap.parse = function (path, content, context) {
const moduleDecl = ast.body.find((bodyNode) =>
bodyNode.type === 'TSModuleDeclaration' && bodyNode.id.name === n.expression.name
)
log(moduleDecl)
log(moduleDecl.body)
if (moduleDecl && moduleDecl.body && moduleDecl.body.body) {
moduleDecl.body.body.forEach((moduleBlockNode) => {
// Export-assignment exports all members in the namespace, explicitly exported or not.
Expand Down

0 comments on commit f66e064

Please sign in to comment.