Skip to content

Commit

Permalink
remove debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed Jul 23, 2019
1 parent d83cc3c commit 9b95d38
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,9 +1039,6 @@ func dataprocImageVersionDiffSuppress(_, old, new string, _ *schema.ResourceData
return false
}

log.Printf("[DEBUG] diff suppress dataproc %q: %+v", old, oldV)
log.Printf("[DEBUG] diff suppress dataproc %q: %+v", new, newV)

if newV.major != oldV.major {
return false
}
Expand Down

0 comments on commit 9b95d38

Please sign in to comment.