Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Jan 20, 2017
1 parent 76ef0db commit 705ecb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viewer/js/viewer/_WebMapMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ define([
},

createMap: function () {
console.log('web map mixin');
var webMapOptions = this.config.webMapOptions || {};
if (!webMapOptions.mapOptions && this.config.mapOptions) {
webMapOptions.mapOptions = this.config.mapOptions;
Expand Down

0 comments on commit 705ecb6

Please sign in to comment.