]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp
Refactoring of rec process "~" in faustexp.ml.
[Faustine.git] / interpretor / faust-0.9.47mr3 / compiler / preprocess / preprocess.cpp
index 572d831db9550ac1080a9dc7b8c6c484a22dd94a..f74de94f1b86c9f4423df80444925d60682ba9d5 100644 (file)
@@ -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;
 }