Skip to content

Commit

Permalink
remove logging output to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed May 6, 2024
1 parent 55fac71 commit f3cea5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of commonmeta",
Long: `All software has versions. This is commonmeta's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Commonmeta v0.2.8 -- HEAD")
fmt.Println("Commonmeta v0.2.9 -- HEAD")
},
}

Expand Down
1 change: 0 additions & 1 deletion crossrefxml/crossrefxml.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ func Get(pid string) (Content, error) {
if err != nil {
fmt.Println("error:", err)
}
log.Println(crossrefResult.QueryResult.Body.Query.DOIRecord.Crossref)
return crossrefResult.QueryResult.Body, err
}

Expand Down

0 comments on commit f3cea5c

Please sign in to comment.