Skip to content

Commit 22d90c4

Browse files
committed
Remove deprecated code
1 parent dc87b3c commit 22d90c4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: packages/python/plotly/js/widget.ts

-8
Original file line numberDiff line numberDiff line change
@@ -962,14 +962,6 @@ export class FigureView {
962962
}
963963
}
964964

965-
// processPhosphorMessage(msg: any) {
966-
// this._processLuminoMessage(msg, super["processPhosphorMessage"]);
967-
// }
968-
969-
// processLuminoMessage(msg: any) {
970-
// this._processLuminoMessage(msg, super["processLuminoMessage"]);
971-
// }
972-
973965
autosizeFigure() {
974966
var that = this;
975967
var layout = that.model.get("_layout");

0 commit comments

Comments
 (0)