Skip to content

Commit 169a2e0

Browse files
authored
Merge pull request #1100 from thewtex/console-log
fix: remove bindgen wasi debug console.log
2 parents 16f7818 + a3d29c6 commit 169a2e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/typescript/itk-wasm/src/bindgen/python/wasi/wasi-package.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ function wasiPackage(outputDir, buildDir, wasmBinaries, options) {
4747
fs.writeFileSync(testInit, '')
4848
const commonSourcePath = bindgenResource(path.join('tests', 'common.py'))
4949
const commonModulePath = path.join(testDir, 'common.py')
50-
console.log(commonSourcePath, commonModulePath)
5150
if (!fs.existsSync(commonModulePath)) {
5251
fs.copyFileSync(commonSourcePath, commonModulePath)
5352
}
@@ -72,7 +71,6 @@ function wasiPackage(outputDir, buildDir, wasmBinaries, options) {
7271
)
7372

7473
const testPath = path.join(testDir, `test_${functionName}.py`)
75-
console.log(testPath)
7674
const testContent = `from ${pypackage} import ${functionName}\n\nfrom .common import test_input_path, test_output_path\n\ndef test_${functionName}():\n pass\n`
7775
writeIfOverrideNotPresent(testPath, testContent, '#')
7876
})

0 commit comments

Comments
 (0)