Remove redundant debug log

mine
Tuomo Syvänperä 2019-10-08 21:58:43 +03:00
parent ea3710545a
commit 23849437ad
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ func (v *detailsView) saveCmd(evt *tcell.EventKey) *tcell.EventKey {
}
func (v *detailsView) cpCmd(evt *tcell.EventKey) *tcell.EventKey {
log.Debug().Msgf("Copied content to clipboard")
v.app.Flash().Info("Content copied to clipboard...")
if err := clipboard.WriteAll(v.GetText(true)); err != nil {
v.app.Flash().Err(err)