X-Git-Url: https://svn.cri.mines-paristech.fr/git/Faustine.git/blobdiff_plain/1878a8448a5a73cbf289306beb5e88ab48561129..b52042e99a2e47867969ce1dc7b188af470b4608:/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp?ds=sidebyside

diff --git a/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp b/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp
index 572d831..f74de94 100644
--- a/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp
+++ b/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp
@@ -529,12 +529,12 @@ char* preProcess (char* file_route)
 
 	// Karim Barkati: printing globals value
 	//list<string> faustGlobals = {
-	cout << "gFaustSuperSuperDirectory = " << gFaustSuperSuperDirectory << endl;
-	cout << "gFaustSuperDirectory = " << gFaustSuperDirectory << endl;
-	cout << "gFaustDirectory = " << gFaustDirectory << endl;
-	cout << "gMasterDocument = " << gMasterDocument << endl;
-	cout << "gMasterDirectory = " << gMasterDirectory << endl;
-	cout << "gMasterName = " << gMasterName << endl;
+	//cout << "gFaustSuperSuperDirectory = " << gFaustSuperSuperDirectory << endl;
+	//cout << "gFaustSuperDirectory = " << gFaustSuperDirectory << endl;
+	//cout << "gFaustDirectory = " << gFaustDirectory << endl;
+	//cout << "gMasterDocument = " << gMasterDocument << endl;
+	//cout << "gMasterDirectory = " << gMasterDirectory << endl;
+	//cout << "gMasterName = " << gMasterName << endl;
 
 	return result_char;
 }