Skip to content

Commit

Permalink
Remove 'debugger' statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fmannhardt committed Jul 26, 2019
1 parent ec4c699 commit 23e8836
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inst/htmlwidgets/processanimateR.js
Expand Up @@ -56,15 +56,13 @@ HTMLWidgets.widget({
control.renderPlaybackControl(data, svg, width, true);
scales.renderLegend(data, svg, width, height);

debugger;
renderer.resize(curWidth, Math.max(0, curHeight - control.getHeight()));
});


},

resize: function(width, height) {
debugger;
if (renderer !== null && renderer.getData() !== null) {
control.renderPlaybackControl(renderer.getData(), renderer.getSvg(), width, false);
scales.resizeLegend(renderer.getSvg(), width, height);
Expand Down

0 comments on commit 23e8836

Please sign in to comment.