From 4d783e88a4d9128d0c880ad27cf696ce919e3b48 Mon Sep 17 00:00:00 2001 From: nishiki Date: Tue, 12 Jul 2016 20:34:54 +0200 Subject: [PATCH] clipboard: remove clean text --- lib/mpw/cli.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/mpw/cli.rb b/lib/mpw/cli.rb index ce1b9ec..ca2ee53 100644 --- a/lib/mpw/cli.rb +++ b/lib/mpw/cli.rb @@ -258,7 +258,6 @@ class Cli sleep 30 Clipboard.clear - puts I18n.t('form.clipboard.clean').green rescue Interrupt exit end @@ -271,11 +270,9 @@ class Cli end Clipboard.clear - puts I18n.t('form.clipboard.clean').green rescue SystemExit, Interrupt Clipboard.clear - puts I18n.t('form.clipboard.clean').green ensure Process.kill('HUP', pid) if not pid.nil?