@loomcore/api 0.0.45 → 0.0.46
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.
|
@@ -416,7 +416,6 @@ export class GenericApiService {
|
|
|
416
416
|
const preparedEntity = _.clone(entity);
|
|
417
417
|
console.log(`in prepareEntity, pluralResourceName is ${this.pluralResourceName}`);
|
|
418
418
|
console.log(`before stripping system properties, preparedEntity is ${JSON.stringify(preparedEntity)}`);
|
|
419
|
-
console.log(`modelSpec is present = ${this.modelSpec !== undefined}`);
|
|
420
419
|
console.log(`allowId is ${allowId}`);
|
|
421
420
|
this.stripSenderProvidedSystemProperties(userContext, preparedEntity, allowId);
|
|
422
421
|
console.log(`after stripping system properties, preparedEntity is ${JSON.stringify(preparedEntity)}`);
|