@barchart/portfolio-api-common 1.0.90 → 1.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,8 +41,6 @@ module.exports = (() => {
41
41
  * @return {String}
42
42
  */
43
43
  describeRange(range) {
44
- console.log('range: ', range);
45
-
46
44
  return this._descriptionCalculator(range.start, range.end);
47
45
  }
48
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -160,8 +160,6 @@ module.exports = (() => {
160
160
  * @return {String}
161
161
  */
162
162
  describeRange(range) {
163
- console.log('range: ', range);
164
-
165
163
  return this._descriptionCalculator(range.start, range.end);
166
164
  }
167
165