--- a/backend/routes.js
+++ b/backend/routes.js
@@ -14,7 +14,6 @@
     app.post('/api/vf-os-enabler/v0/notifications', controllerV0.createNotifications);
     app.post('/api/vf-os-enabler/v0/notification/rules/', controllerV0.createNotificationsRules);
     app.post('/api/vf-os-enabler/v0/createApp/', controllerV0.createApp);
-    //app.get('/:token/getNotifications', function(req, res, next){console.log("PASSASTE com o token: " + req.params.token); next();}, controller.getNotifications);
     app.delete('/api/vf-os-enabler/v0/delete/:appid', controllerV0.deleteVapp);
     app.delete('/api/vf-os-enabler/v0/deleteRule/:rulesid', controllerV0.deleteRule);
     app.get('/api/vf-os-enabler/v0/getRules/:appid', controllerV0.getRules);