Skip to content

Commit

Permalink
removes left over debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Mar 4, 2024
1 parent f328ff3 commit da0802c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/updater/updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ func TestUpdaterBundlesFailure(t *testing.T) {

count := 0
for {
fmt.Println(count)
if count == 9 {
break
}
Expand Down

0 comments on commit da0802c

Please sign in to comment.