Skip to content

Commit

Permalink
dont stop
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 12, 2015
1 parent 9d23c59 commit 19f6394
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/models/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ func (r *System) Save() error {
return fmt.Errorf("max process concurrency is %d, can't scale rack below %d instances", mac, mac+1)
}

fmt.Printf("mac %+v\n", mac)

return fmt.Errorf("stop")

params := map[string]string{
"InstanceCount": strconv.Itoa(r.Count),
"InstanceType": r.Type,
Expand Down

0 comments on commit 19f6394

Please sign in to comment.