Removed a debug line

This commit is contained in:
l.albertalli 2015-02-06 17:52:09 -08:00
parent ce1cce5a01
commit 68cd44b986

View file

@ -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