Skip to content

Commit 91c709b

Browse files
committed
remove console logs
1 parent b32530d commit 91c709b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/firebase/rollup-internal.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ const customBuilds = [
6363
]
6464
.map(build => {
6565
const { dir, name } = parse(build.inputFile);
66-
console.log(`${dir}/${name}.d.ts`);
67-
console.log(`dist/${name}.global.d.ts`);
6866
return [
6967
{
7068
input: build.inputFile,
@@ -91,6 +89,4 @@ const customBuilds = [
9189
})
9290
.flat();
9391

94-
console.log(customBuilds.length);
95-
9692
export default [...buildsWithLicense, ...customBuilds];

0 commit comments

Comments
 (0)