Remove debug

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-05-07 12:21:35 -07:00
parent 70a2521f95
commit f74bb53c83

View File

@@ -2064,7 +2064,6 @@ func TestJetStreamClusterMirrorAndSourceWorkQueues(t *testing.T) {
return fmt.Errorf("Expected 1 msg for %q, got %d", "M", si.State.Msgs)
}
if si, _ := js.StreamInfo("S"); si.State.Msgs != 1 {
fmt.Printf("si.State is %+v\n", si.State)
return fmt.Errorf("Expected 1 msg for %q, got %d", "S", si.State.Msgs)
}
return nil