8000 fix: remove accidental log · unjs/untun@0602be3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 0602be3

Browse files
committed
fix: remove accidental log
1 parent a57bb57 commit 0602be3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tunnel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ export async function startTunnel(
3232

3333
consola.start(`Starting cloudflared tunnel to ${url}`);
3434

35-
consola.log(cloudflaredBinPath);
36-
3735
if (!existsSync(cloudflaredBinPath)) {
3836
consola.log(cloudflaredNotice);
3937
const canInstall = await consola.prompt(

0 commit comments

Comments
 (0)
0