Skip to content

Commit 73490a7

Browse files
committed
Removed debug log
1 parent 8248465 commit 73490a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/datadog-esbuild/src/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ async function processModule ({ path, internal, context, excludeDefault }) {
9292
} else {
9393
srcUrl = pathToFileURL(path)
9494
exportNames = await getExports(srcUrl, context, getSource)
95-
process._rawDebug('This is getExports ', exportNames)
9695
}
9796

9897
const starExports = new Set()

0 commit comments

Comments
 (0)