Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bachschwell <[email protected]>
  • Loading branch information
s00500 committed Apr 25, 2024
1 parent 6b4fcff commit 8d5f2a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ber.go
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ func NewOID(classType Class, tagType Type, tag Tag, value interface{}, descripti
fmt.Printf("faled writing %v", err)
return nil
}
fmt.Println("Writing OID ", v, encoded)
p.Value = v
p.Data.Write(encoded)
// TODO: support []int already ?
Expand Down

0 comments on commit 8d5f2a5

Please sign in to comment.