We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b518d24 commit c90db79Copy full SHA for c90db79
cmd/vcr-compressor/main.go
@@ -76,8 +76,6 @@ func main() {
76
if _, ok := transientStates[status]; ok {
77
if transitioning {
78
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
81
} else {
82
log.Printf("Interaction %d is in a transient state: %s, Recording it\n", i, status)
83
0 commit comments