Removed printing of debugging info.

Introduced in ffebf6b262.
time-shift
Stéphane Adjemian (Charybdis) 2017-02-15 13:35:33 +01:00
parent ffebf6b262
commit 927b813ed8
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ if options.loglinear
% Find variables with non positive steady state. Skip auxiliary
% variables for lagges/leaded exogenous variables
idx = find(dr.ys(get_all_variables_but_lagged_leaded_exogenous(M))<threshold);
idx
if length(idx)
if options.debug
variables_with_non_positive_steady_state = M.endo_names(idx,:);