From 1445a29e1567f1f3d98fafb48167598293f1644f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 29 Oct 2025 21:25:24 +0800 Subject: [PATCH] Remove debug log for process PID in napcat.ts Eliminated an unnecessary console.log statement that printed the process PID. This cleans up the output and removes leftover debugging code. --- src/shell/napcat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index 08ea3039..7b300cb0 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -1,3 +1,2 @@ import { NCoreInitShell } from './base'; -console.log('pid', process.pid); NCoreInitShell(); \ No newline at end of file