Skip to content

Commit

Permalink
Merge pull request #193 from replicatedhq/divolgin/debug
Browse files Browse the repository at this point in the history
remove debugging code
  • Loading branch information
divolgin authored Dec 11, 2019
2 parents 2942287 + 92e79de commit 438625d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/upstream/admin-console.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"io/ioutil"
"os"
"path"
"runtime/debug"
"time"

"github.com/google/uuid"
"github.com/manifoldco/promptui"
Expand Down Expand Up @@ -150,8 +148,6 @@ func promptForSharedPassword() (string, error) {
Success: "{{ . | bold }} ",
}

debug.PrintStack()
time.Sleep(60 * time.Minute)
prompt := promptui.Prompt{
Label: "Enter a new password to be used for the Admin Console:",
Templates: templates,
Expand Down

0 comments on commit 438625d

Please sign in to comment.