refactor: remove logging in algorithms

This commit is contained in:
Unlock Music Dev
2022-11-19 07:25:40 +08:00
parent a2c55721cc
commit e2fc56ddb2
8 changed files with 50 additions and 74 deletions

View File

@ -244,10 +244,6 @@ func (c *compactDecoder) Decode() error {
return err
}
func (c *compactDecoder) GetCoverImage() []byte {
return nil
}
func (c *compactDecoder) GetAudioData() []byte {
return c.buf.Bytes()
}