Skip to content
Prev Previous commit
Next Next commit
Revert "Don't raise "unrecognized GUI edit" warning on _derived prope…
…rty"

This reverts commit cf2c4fc.
  • Loading branch information
jonmmease committed Dec 9, 2019
commit 8746febd389b108952717301e17afd9a8dffac08
4 changes: 1 addition & 3 deletions src/plot_api/plot_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2555,9 +2555,7 @@ function applyUIRevisions(data, layout, oldFullData, oldFullLayout) {
}
}
} else {
if(key.search('._derived') < 0) {
Lib.warn('unrecognized GUI edit: ' + key);
}
Lib.warn('unrecognized GUI edit: ' + key);
}
// if we got this far, the new value was accepted as the new starting
// point (either because it changed or revision changed)
Expand Down