diff --git a/maca_trans_parser/src/maca_trans_parser_mcf2cff.c b/maca_trans_parser/src/maca_trans_parser_mcf2cff.c
index 4b980dedde4336acda32f8e96b27edfe5f47083c..d920d327b1d7e4ba855b19108ec160a58226474d 100644
--- a/maca_trans_parser/src/maca_trans_parser_mcf2cff.c
+++ b/maca_trans_parser/src/maca_trans_parser_mcf2cff.c
@@ -59,9 +59,9 @@ void generate_training_file_stream(FILE *output_file, context *ctx)
   c = config_initial(conll_file, ctx->mcd_struct, 5);
   
   while((ref = sentence_read(conll_file_ref , ctx->mcd_struct)) && (sentence_nb < ctx->sent_nb)){ 
-     /* sentence_print(stdout, ref, ctx->dico_labels);   */
+     sentence_print(stdout, ref, ctx->dico_labels);  
     while(1){
- /* config_print(stdout,c);        */
+  config_print(stdout,c);        
       config2feat_vec_cff(ctx->features_model, c, ctx->d_perceptron_features, fv, ctx->mode);
       
       /* feat_vec_print(stdout, fv);    */