mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
removed debug log
This commit is contained in:
parent
5470753cb5
commit
6712f8cf06
1 changed files with 0 additions and 1 deletions
|
|
@ -1482,7 +1482,6 @@ func (c *cluster) followResizeInstruction(instr *ResizeInstruction) error {
|
|||
c.logger.Printf("local field not found: %s/%s", is.Name, fs.Name)
|
||||
continue
|
||||
}
|
||||
fmt.Printf("field: %+v (%s)\n", fs.AvailableShards.Slice(), c.Node.ID)
|
||||
if err := f.AddRemoteAvailableShards(fs.AvailableShards); err != nil {
|
||||
return errors.Wrap(err, "adding remote available shards")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue