Skip to content

Commit c90db79

Browse files
committed
Fix useless continue
1 parent b518d24 commit c90db79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/vcr-compressor/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ func main() {
7676
if _, ok := transientStates[status]; ok {
7777
if transitioning {
7878
log.Printf("Interaction %d is in a transient state while we are already in transitient state. No need to record it: %s\n", i, status)
79-
80-
continue
8179
} else {
8280
log.Printf("Interaction %d is in a transient state: %s, Recording it\n", i, status)
8381

0 commit comments

Comments
 (0)