Remove console.log

This commit is contained in:
Raul Ochoa 2015-07-15 16:10:59 +02:00
parent 52b60a22fd
commit 5a5832394a

View File

@ -95,8 +95,6 @@ LayergroupController.prototype.layer = function(req, res, next) {
LayergroupController.prototype.tileOrLayer = function (req, res) {
var self = this;
console.log(req.context.user);
step(
function mapController$prepareParams() {
self.app.req2params(req, this);