Remove spurious keyboard() call

time-shift
Sébastien Villemot 2013-08-12 11:30:28 +02:00
parent 4bdad2e88b
commit 6414889ee6
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ function A = minus(B,C)
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
if isnumeric(B) && isreal(B) && isequal(length(B),1) && isa(C,'dynSeries')
keyboard
A = dynSeries();
A.freq = C.freq;
A.init = C.init;