Skip to content

Commit

Permalink
cbddlp: Remove 'println' debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrec committed Jan 26, 2020
1 parent c37bc47 commit 4376842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cbddlp/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ func (cf *CbddlpFormatter) Decode(file uv3dp.ReadAtSeeker, filesize int64) (prin

addr := preview.ImageOffset
size := preview.ImageLength
println(item.previewType, item.previewOffset, addr, size)

bounds := image.Rect(0, 0, int(preview.ResolutionX), int(preview.ResolutionY))
var pic image.Image
Expand Down

0 comments on commit 4376842

Please sign in to comment.