Skip to content

Commit 4c07cc4

Browse files
committed
fixup: remove console.log
1 parent 475a79e commit 4c07cc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node/app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export const handleServerError = (resolved: boolean, err: Error, reject: (err: E
131131
* test this logic more easily.
132132
*/
133133
export const handleArgsSocketCatchError = (error: any) => {
134-
console.log("hello")
135134
if (!isNodeJSErrnoException(error) || error.code !== "ENOENT") {
136135
throw Error(error.message ? error.message : error)
137136
}

0 commit comments

Comments
 (0)