Skip to content

Commit

Permalink
turn off an old message
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Jul 9, 2022
1 parent cf9ab7e commit 85fe70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gen/file.go
Expand Up @@ -218,8 +218,9 @@ func (F *File) diff3() (write bool, err error) {
}

func (F *File) diff2() (write bool, err error) {
// probably the first time we gen with diff enable
// fmt.Println("diff2:", F.Filepath)
fmt.Println("GOT HERE, tell devs")
// fmt.Println("GOT HERE, tell devs")

// Compare new content to User content
if bytes.Compare(F.RenderContent, F.UserFile.FinalContent) == 0 {
Expand Down

0 comments on commit 85fe70c

Please sign in to comment.