From 3a0c6f3413a8e27c98d0f83106ea4058ba889578 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 3 Oct 2014 17:59:16 +0000 Subject: [PATCH] Removing forgotten debugging statement. --- features/step_definitions/totem.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/features/step_definitions/totem.rb b/features/step_definitions/totem.rb index 6df511d58..5763914d1 100644 --- a/features/step_definitions/totem.rb +++ b/features/step_definitions/totem.rb @@ -41,6 +41,5 @@ end When /^I(?:| try to) open "([^"]+)" with Totem$/ do |filename| next if @skip_steps_while_restoring_background - puts @vm.execute("ls -l /home/amnesia").stdout step "I run \"totem #{filename}\" in GNOME Terminal" end -- 2.11.4.GIT