Skip to content

Commit

Permalink
chore: remove pointless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Jun 18, 2020
1 parent 9125fce commit 8281418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func runRoot(cmd *cobra.Command, args []string) error {
debugLogger.SetOutput(os.Stdout)

if !viper.GetBool("verbose") {
log.Println("this works")
debugLogger.SetOutput(ioutil.Discard)
debugLogger.SetPrefix("")
}
Expand Down
5 changes: 5 additions & 0 deletions pkg/jira/find_references_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ func TestFindReferences(t *testing.T) {
keys: nil,
message: "REST-1: added a tes feature TEST-2",
},
{
expected: []string{"QA-336"},
keys: nil,
message: "QA-336 test: add workaround for test until issue fixed",
},
}

for _, test := range tests {
Expand Down

1 comment on commit 8281418

@vercel
Copy link

@vercel vercel bot commented on 8281418 Jun 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.