remove debug

This commit is contained in:
xu_yanfeng 2025-04-03 09:08:52 +08:00
parent df1b0cf6a2
commit d382ee0488

View File

@ -2,7 +2,6 @@ import { TabInfo } from "./tabInfo";
export class TabMgr {
constructor() {
debugger;
this.tabArray = [];
}
/**