mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 17:00:30 +00:00
remove println from logs
This commit is contained in:
parent
395f0d52f9
commit
fc46a5be0a
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ func (s *RPC) Done(c context.Context, id string) error { return nil }
|
|||
func (s *RPC) Log(c context.Context, id string, line *rpc.Line) error {
|
||||
entry := new(logging.Entry)
|
||||
entry.Data, _ = json.Marshal(line)
|
||||
fmt.Println(string(entry.Data))
|
||||
s.logger.Write(c, id, entry)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue