Skip to content

Commit 5371b78

Browse files
authored
Merge pull request #4 from eksrvb/feature/enable-artifact-upload
Update main.go
2 parents 481bfc5 + 953a246 commit 5371b78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ package main
33
import (
44
"awesome-ci/service"
55
"flag"
6+
"io/ioutil"
7+
"log"
68
"os"
79
)
810

@@ -49,7 +51,7 @@ func init() {
4951
func main() {
5052

5153
// disable logging
52-
//log.SetOutput(ioutil.Discard)
54+
log.SetOutput(ioutil.Discard)
5355

5456
flag.Parse()
5557

0 commit comments

Comments
 (0)