Skip to content

Commit 3e818ba

Browse files
committed
make getResponse talkative only for higher level of verbosity
1 parent aa0799e commit 3e818ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyboard/getResponse.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function talkToMe(action, cfg)
201201

202202
end
203203

204-
if verbose
204+
if verbose>2
205205
fprintf('\n %s\n\n', msg);
206206

207207
end

0 commit comments

Comments
 (0)