Skip to content

Commit d965014

Browse files
author
zhangjian10
authored
Merge pull request #439 from nocalhost/hotfix/del-log
fix: del log
2 parents 0604dbf + 737c4fe commit d965014

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/state.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ class State {
8787

8888
const refresh = async () => {
8989
const { token } = action;
90-
let time = Date.now();
9190

9291
try {
9392
const rootNode = this.getNode("Nocalhost") as BaseNocalhostNode;
@@ -120,10 +119,6 @@ class State {
120119
await this.startAutoRefresh();
121120
}, 10 * 1000);
122121
}
123-
124-
logger.info(
125-
`refresh size:${this.refreshFolderMap.size} time:${Date.now() - time}`
126-
);
127122
};
128123

129124
this.cancellationToken = action;

0 commit comments

Comments
 (0)