Skip to content

Commit

Permalink
BUG: Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 5, 2019
1 parent 6f635f9 commit 843d9a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/lib/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ function decompressPolyData(polyData) {
}
if(dataPromises.length) {
return Promise.all(dataPromises).then((resolved) => {
console.log(decompressedGeometry)
return decompressedGeometry
})
} else {
Expand Down Expand Up @@ -779,7 +778,6 @@ const ViewerView = widgets.DOMWidgetView.extend({

geometry_opacities_changed: function() {
const geometryOpacities = this.model.get('geometry_opacities').array
console.log(geometryOpacities)
if (this.model.hasOwnProperty('itkVtkViewer')) {
const geometries = this.model.get('geometries')
if(geometries && !!geometries.length) {
Expand Down

0 comments on commit 843d9a9

Please sign in to comment.