mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
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.
This commit is contained in:
parent
55ef040852
commit
1445a29e15
@ -1,3 +1,2 @@
|
||||
import { NCoreInitShell } from './base';
|
||||
console.log('pid', process.pid);
|
||||
NCoreInitShell();
|
||||
Loading…
Reference in New Issue
Block a user