Skip to content

Commit

Permalink
Deleted unnecessary prints and edits
Browse files Browse the repository at this point in the history
  • Loading branch information
cgxeiji committed Oct 31, 2018
1 parent e7fe3e1 commit 8497366
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/cmd/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (

"github.com/cgxeiji/crossref"
"github.com/cgxeiji/scholar"
"github.com/kr/pretty"
"github.com/manifoldco/promptui"
homedir "github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -111,9 +110,8 @@ You can TODO`,
attach(entry, file)
}

edit(entry)
pretty.Println(entry.Bib())

fmt.Println()
fmt.Println(entry.Bib())
},
}

Expand Down

0 comments on commit 8497366

Please sign in to comment.