Skip to content

Commit

Permalink
增加不设置代理时获取本机IP的处理
Browse files Browse the repository at this point in the history
  • Loading branch information
niuniuland committed Dec 11, 2023
1 parent 001ab82 commit 3253ba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/src/fingerprint/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export async function testProxy(proxy: DB.Proxy) {
}
}
} else {
console.log('no proxy');
for (const pin of PIN_URL) {
const startTime = Date.now();
try {
Expand Down

0 comments on commit 3253ba1

Please sign in to comment.