Skip to content

Commit 9d5d317

Browse files
committed
Remove debugging stuff
1 parent 6449c8d commit 9d5d317

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/.stats-app/stats-config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@ const clientGlobs = [
4040
path.join(nextAppDir, '.next/server/middleware-manifest.json')
4141
)
4242
const manifest = JSON.parse(manifestJson)
43-
console.log({ manifest, functions: manifest.functions })
4443
const manifestFileEntry = path.relative(
4544
path.join(nextAppDir, '.next'),
4645
path.join(nextAppDir, fileName)
4746
)
48-
console.log({ manifestFileEntry })
4947

5048
const functionEntry = Object.values(manifest.functions).find(
5149
(entry) => {

0 commit comments

Comments
 (0)