Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Jul 22, 2021
1 parent 980d789 commit 4a25547
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/overwrite_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ func (oq *OverwriteQueue) Save(data []byte) {

// StopAfter stops reading loop after some time
func (oq *OverwriteQueue) StopAfter(pause time.Duration) {
glog.Infof("=======> stop after %s", pause)
// panic(nil)
go func(p time.Duration) {
time.Sleep(p)
close(oq.quit)
Expand Down

0 comments on commit 4a25547

Please sign in to comment.