Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed May 24, 2020
1 parent 640960f commit 71ad537
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recordutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"fmt"
"log"
"regexp"
"strconv"
"strings"
Expand Down Expand Up @@ -131,7 +130,6 @@ func TrackExtract(r *pbgd.Release) []*TrackSet {
for _, track := range flatten(r.Tracklist) {
if track.TrackType == pbgd.Track_TRACK {
format, disk := getFormatAndDisk(track)
log.Printf("HERE %v, %v", format, disk)
if format == "Unknown" {
format = baseFormat
}
Expand Down

0 comments on commit 71ad537

Please sign in to comment.