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.
@@ -1368,7 +1368,7 @@ function parseFilterFXItem(f, options) {
1368
1368
  ;
1369
1369
  default:
1370
1370
  if (options.throwForMissingFeatures) {
1371
- console.log('FILTER', require('util').inspect(f, false, 99, true));
1371
+ // console.log('FILTER', require('util').inspect(f, false, 99, true));
1372
1372
  throw new Error("Unknown filter classId: ".concat(f.Fltr._classID));
1373
1373
  }
1374
1374
  return undefined;
@@ -1391,7 +1391,7 @@ function parseFilterFXItem(f, options) {
1391
1391
  case 1231976050: return __assign(__assign({}, base), { type: 'invert' });
1392
1392
  default:
1393
1393
  if (options.throwForMissingFeatures) {
1394
- console.log('FILTER', require('util').inspect(f, false, 99, true));
1394
+ // console.log('FILTER', require('util').inspect(f, false, 99, true));
1395
1395
  throw new Error("Unknown filterID: ".concat(f.filterID));
1396
1396
  }
1397
1397
  }