mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: 移除调试代码
This commit is contained in:
parent
95112d6bdf
commit
bbabb32d13
@ -276,7 +276,7 @@ export class NapCatOnebot11 {
|
||||
//const isEnableHeartBeatChanged = !isEqual(NewOb11.heartInterval, OldConfig.heartInterval);
|
||||
|
||||
// http重启逻辑
|
||||
console.log(isHttpEnableChanged, isHttpChanged, NewOb11.http.enable);
|
||||
// console.log(isHttpEnableChanged, isHttpChanged, NewOb11.http.enable);
|
||||
if ((isHttpEnableChanged || isHttpChanged) && NewOb11.http.enable) {
|
||||
if (OldConfig.http.enable) {
|
||||
ob11HTTPServer.stop();
|
||||
|
Loading…
x
Reference in New Issue
Block a user