Skip to content

Commit

Permalink
BUG: Remove units debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 13, 2020
1 parent bdae757 commit 4e81b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/lib/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ const ViewerView = widgets.DOMWidgetView.extend({
units_changed: function() {
const units = this.model.get('units')
if (this.model.hasOwnProperty('itkVtkViewer')) {
console.log(`Units: ${units}`)
const viewProxy = this.model.itkVtkViewer.getViewProxy()
viewProxy.setUnits(units)
}
Expand Down

0 comments on commit 4e81b96

Please sign in to comment.