mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
remove spew HOLD-SET
This commit is contained in:
parent
18e2d1b7dd
commit
2bcd86492e
1 changed files with 0 additions and 3 deletions
|
|
@ -5,8 +5,6 @@ import (
|
|||
"pilosa/core"
|
||||
"pilosa/db"
|
||||
"pilosa/query"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
type Dispatch struct {
|
||||
|
|
@ -35,7 +33,6 @@ func (self *Dispatch) Run() {
|
|||
pong := db.Message{Data: core.PongRequest{Id: data.Id}}
|
||||
self.service.Transport.Send(&pong, data.Source)
|
||||
case db.HoldResult:
|
||||
spew.Dump("HOLD-SET", data.ResultId())
|
||||
self.service.Hold.Set(data.ResultId(), data.ResultData(), 30)
|
||||
case query.PortableQueryStep:
|
||||
go self.service.Executor.NewJob(message)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue