Skip to content

Commit

Permalink
remove debug log of url gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Jul 24, 2022
1 parent 5a4afc4 commit e5f4332
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agenda/agenda.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"encoding/hex"
"fmt"
"io/ioutil"
"log"
"os"
"strings"
"time"
Expand Down Expand Up @@ -430,8 +429,6 @@ func (t *Track) generateID(a *Agenda) error {
}
}

log.Printf("generated audio URLs based on %q for %q: %+v", a.MediaBaseURL, t.AudioFilePrefix, t.AudioFiles)

if len(t.AudioFiles) < 1 {
return fmt.Errorf("track must have audio files (cue %s)", t.Cue)
}
Expand Down

0 comments on commit e5f4332

Please sign in to comment.