Skip to content

Commit

Permalink
Fix glog in init bug casued by #3527
Browse files Browse the repository at this point in the history
  • Loading branch information
animesh2049 committed Jul 11, 2019
1 parent 0c68c62 commit 87d6878
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions codec/decoderversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

package codec

import (
"github.com/golang/glog"
)
import "fmt"

func init() {
glog.Infof("[Decoder]: Using assembly version of decoder")
fmt.Println("[Decoder]: Using assembly version of decoder")
}

0 comments on commit 87d6878

Please sign in to comment.