Skip to content

Commit

Permalink
removing missing print out
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Aug 20, 2020
1 parent 39b3dc6 commit a03f596
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reviewers/alt_required.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package reviewers

import (
"fmt"
"io"
"strings"

Expand Down Expand Up @@ -34,8 +33,6 @@ func (at AltRequired) Review(path string, page io.Reader) ([]Fault, error) {
}

if tt == html.StartTagToken || tt == html.SelfClosingTagToken {
fmt.Println("Adding Fault")

result = append(result, Fault{
Reviewer: at.ReviewerName(),
Line: token.Line,
Expand Down

0 comments on commit a03f596

Please sign in to comment.