Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Oct 17, 2024
1 parent 64e2713 commit 7973538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ Layout.prototype.getDataTypeUrl = function() {
}

var url = urlMap[this.outputType][this.dataType]
console.log(url)

return url || dimensionConfig.dataTypeUrl[dimensionConfig.getDefaultDataType()] || '';
};
Expand Down

0 comments on commit 7973538

Please sign in to comment.