Skip to content

Commit

Permalink
#8 remove state print
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Nov 19, 2018
1 parent 16adebf commit 9036d2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/orca/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ func lockEnvironment(name, kubeContext string, print bool) error {
return err
}
state := ns.Annotations[stateAnnotation]
fmt.Println(state)
if state != "" {
if state != freeState && state != busyState {
return fmt.Errorf("Environment state is %s", state)
Expand Down

0 comments on commit 9036d2f

Please sign in to comment.