Skip to content

Commit

Permalink
remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkvist committed Sep 27, 2019
1 parent 54e50c9 commit a94aad2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/root.go
Expand Up @@ -77,10 +77,6 @@ func Root() *cobra.Command {

disclaimer()
for _, s := range sites {
if s == nil {
continue
}

wg.Add(1)
sema <- struct{}{}

Expand Down

0 comments on commit a94aad2

Please sign in to comment.