Removed a debug line
This commit is contained in:
parent
ce1cce5a01
commit
68cd44b986
1 changed files with 0 additions and 1 deletions
|
|
@ -250,7 +250,6 @@ func (qs *QuadStore) buildQuadWrite(batch *leveldb.Batch, q quad.Quad, id int64,
|
|||
}
|
||||
if err == nil {
|
||||
// We got something.
|
||||
fmt.Printf("Got something")
|
||||
err = json.Unmarshal(data, &entry)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue