Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit f66b74e

Browse files
committed
Helper 删除了无用的代码
1 parent 7566974 commit f66b74e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Helper/problemReadme.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"fmt"
66
"log"
77
"strings"
8-
"time"
98

109
"github.com/chromedp/chromedp"
1110
)
@@ -28,9 +27,6 @@ func creatREADME(p problem) {
2827

2928
vscodeOpen(filename)
3029

31-
// TODO: 删除此处内容
32-
time.Sleep(5 * time.Second)
33-
log.Panicln("wait 5 seconde to panic")
3430
}
3531

3632
func replaceCharacters(s string) string {

0 commit comments

Comments
 (0)