diff --git a/src/libs/routes/enrollment.js b/src/libs/routes/enrollment.js
index 205f54012e4f1eaf3ac694b923ea9e4ddb4599ee..d08ae08ef367ab5758f8b2349d9b50d62717513c 100644
--- a/src/libs/routes/enrollment.js
+++ b/src/libs/routes/enrollment.js
@@ -777,7 +777,7 @@ enrollmentApp.get('/', rqf.parse(), (req, res, next) => {
     .order('matricula.ano_censo')
     .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(req.sql.toString()); next();}, query, id2str.transform(false), response('enrollment'));
+}, rqf.build(), query, id2str.transform(false), response('enrollment'));
 
 enrollmentApp.get('/diagnosis', rqf.parse(), (req, res, next) => {
     req.dims = {};