diff options
Diffstat (limited to 'scanIterator.go')
| -rw-r--r-- | scanIterator.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scanIterator.go b/scanIterator.go index 3bbaeef..7d3af13 100644 --- a/scanIterator.go +++ b/scanIterator.go @@ -71,7 +71,7 @@ func (c *NewCluster) SelectDropletAll() []*Droplet { var dropletPointers []*Droplet if c.d == nil { log.Info("SelectDropletsAll() c.d == nil") - os.Exit(-1) + // os.Exit(-1) } for _, d := range c.d.Droplets { if d == nil { |
