Skip to content

Commit e2c36c5

Browse files
author
Shuo
authored
Merge pull request #543 from openset/develop
Add: SetFlags
2 parents a74eef1 + 130aad0 commit e2c36c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"flag"
55
"fmt"
6-
"log"
76

87
"github.com/openset/leetcode/internal/base"
98
"github.com/openset/leetcode/internal/build"
@@ -42,7 +41,6 @@ func init() {
4241
}
4342

4443
func main() {
45-
log.SetFlags(log.LstdFlags)
4644
flag.Usage = base.Usage
4745
flag.Parse()
4846
if flag.NArg() < 1 {

0 commit comments

Comments
 (0)