Remove duplicated assignment

This commit is contained in:
Daniel García Aubert
2018-05-30 18:16:42 +02:00
parent 1b6a722c0c
commit 5fc49ab3c2
@@ -68,8 +68,6 @@ NamedMapMapConfigProvider.prototype.getMapConfig = function(callback) {
return callback(err);
}
this.template = tpl;
rendererParams = _.extend({}, this.params, {
user: this.owner
});