diff --git a/cmd/cueckoo/cmd/importpr.go b/cmd/cueckoo/cmd/importpr.go index 309a75a..26aa4d1 100644 --- a/cmd/cueckoo/cmd/importpr.go +++ b/cmd/cueckoo/cmd/importpr.go @@ -200,7 +200,6 @@ func importPRDef(c *Command, args []string) error { log.Printf("When you're happy with the commit, run: git-codereview mail") log.Printf("Remember to ensure that the commit contains:") log.Printf("\tFixes #N. (if it fixes an open issue)") - log.Printf("\tCloses #%d as merged.", prNumber) return nil }