jmgraph 3.2.28 → 3.2.29

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.
package/dist/jmgraph.js CHANGED
@@ -2299,10 +2299,6 @@ var jmControl = /*#__PURE__*/function (_jmProperty) {
2299
2299
  var events = this.getEvent(name);
2300
2300
 
2301
2301
  if (events) {
2302
- if (name === 'mousemove' && this.type == 'jmResize') {
2303
- console.log('resize mousemove', args, events);
2304
- }
2305
-
2306
2302
  var self = this;
2307
2303
  if (!Array.isArray(args)) args = [args];
2308
2304
  events.each(function (i, handle) {