Skip to content

Commit

Permalink
removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Nov 23, 2023
1 parent cc4c2e6 commit c95d2ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flow/model/qrecord_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package model

import (
"fmt"

log "github.com/sirupsen/logrus"
)

type QRecordOrError struct {
Expand Down Expand Up @@ -73,7 +71,6 @@ func (s *QRecordStream) SetSchema(schema *QRecordSchema) error {
return fmt.Errorf("Schema already set")
}

log.Warnf("setting the schema bois")
s.schema <- &QRecordSchemaOrError{
Schema: schema,
}
Expand Down

0 comments on commit c95d2ce

Please sign in to comment.