From b60f0d92a098acacf129f542f295b5ce97b627cf Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 8 Feb 2018 16:01:47 +0100
Subject: [PATCH] preprocessor: remove extraneous write statement

---
 ComputingTasks.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index a50236a5..f2e35bdc 100644
--- a/ComputingTasks.cc
+++ b/ComputingTasks.cc
@@ -428,8 +428,6 @@ VarModelStatement::writeOutput(ostream &output, const string &basename, bool min
   output << "];" << endl;
   output << "M_.var." << name << " = options_.var;" << endl
          << "clear options_.var;" << endl;
-
-  cout << "DONE writing varmodel" << endl;
 }
 
 void
-- 
GitLab