From 1d5ee7cab7f22f467531efe94475978b71fee20d Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 28 Apr 2015 09:37:57 +0000 Subject: [PATCH] Remove debug code from layout delegation UAT --- features/actions/layout_delegation.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/actions/layout_delegation.feature b/features/actions/layout_delegation.feature index 6e4f1bc..dcbba5f 100644 --- a/features/actions/layout_delegation.feature +++ b/features/actions/layout_delegation.feature @@ -13,7 +13,7 @@ Feature: `layout_*' action keywords """ And a run control file with: """ - key(:f) { puts "CALL!"; layout_some_action 'with_arg' } + key(:f) { layout_some_action 'with_arg' } """ And uhwm is running with options -v -r./layout.rb -l Layout When I press the alt+f keys