Skip to content

Commit c9ca171

Browse files
committed
removed console.log
1 parent 94b8595 commit c9ca171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ async function run () {
665665
return `Hello World (foo) - lang = ${request.query.lang}`
666666
})
667667
const address = await appServer.listen({ port: 0 })
668-
console.log(address)
669668

670669
const proxyServer = Fastify()
671670
proxyServer.register(proxy, {

0 commit comments

Comments
 (0)