ag-psd 28.2.1 → 28.2.2

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.
@@ -1373,7 +1373,7 @@ function parseFilterFXItem(f, options) {
1373
1373
  ;
1374
1374
  default:
1375
1375
  if (options.throwForMissingFeatures) {
1376
- console.log('FILTER', require('util').inspect(f, false, 99, true));
1376
+ // console.log('FILTER', require('util').inspect(f, false, 99, true));
1377
1377
  throw new Error("Unknown filter classId: ".concat(f.Fltr._classID));
1378
1378
  }
1379
1379
  return undefined;
@@ -1396,7 +1396,7 @@ function parseFilterFXItem(f, options) {
1396
1396
  case 1231976050: return __assign(__assign({}, base), { type: 'invert' });
1397
1397
  default:
1398
1398
  if (options.throwForMissingFeatures) {
1399
- console.log('FILTER', require('util').inspect(f, false, 99, true));
1399
+ // console.log('FILTER', require('util').inspect(f, false, 99, true));
1400
1400
  throw new Error("Unknown filterID: ".concat(f.filterID));
1401
1401
  }
1402
1402
  }