Skip to content

Commit

Permalink
Remove _deprecated helper
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 27, 2019
1 parent de9eebd commit 7946205
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/helpers/helpers.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,6 @@ var helpers = {

ChartElement.__super__ = me.prototype;
return ChartElement;
},

_deprecated: function(scope, value, previous, current) {
if (value !== undefined) {
console.warn(scope + ': "' + previous +
'" is deprecated. Please use "' + current + '" instead');
}
}
};

Expand Down

0 comments on commit 7946205

Please sign in to comment.