Skip to content

Commit 0d14dc8

Browse files
committed
remove rogue console logs
1 parent 268baf8 commit 0d14dc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/publish/build.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ Promise.resolve()
9191
if (/\.ts$/.test(fileName)) {
9292
// Verify that it was actually built.
9393
if (!fs.existsSync(path.join(dist, fileName).replace(/ts$/, 'js'))) {
94-
console.log(dist);
95-
console.log(path.join(dist, fileName).replace(/ts$/, 'js'))
96-
console.log(fs.existsSync(path.join(dist, fileName).replace(/ts$/, 'js')))
9794
throw new Error(`Source found but compiled file not found: "${fileName}".`);
9895
}
9996

0 commit comments

Comments
 (0)