diff --git a/src/libs/routes/enrollment.js b/src/libs/routes/enrollment.js
index ac85866fd05e68066469272179f477e3294ba742..872593852ad783b18d3491405184d63132558872 100644
--- a/src/libs/routes/enrollment.js
+++ b/src/libs/routes/enrollment.js
@@ -822,10 +822,7 @@ enrollmentApp.get('/', rqf.parse(), (req, res, next) => {
         .where('((matricula.tipo<=3 OR matricula.tipo IS NULL) AND (matricula.tipo_atendimento_turma IS NULL OR matricula.tipo_atendimento_turma <= 2))');
     }
     next();
-}, rqf.build(), (req, res, next) => {
-    console.log('sql:' + req.sql.toString());
-    next();
-}, query, id2str.transform(false), (req, res, next) => {
+}, rqf.build(), query, id2str.transform(false), (req, res, next) => {
     if(req.pee_por_categoria === true){
         let result = req.result;
         let result_total = [];