chore: remove debugging code

This commit is contained in:
Sami Mazouz 2024-11-02 15:36:13 +01:00
parent 0c32184775
commit cf9d88f334
No known key found for this signature in database

View File

@ -209,8 +209,6 @@ export default abstract class Model {
delete attributes.relationships;
}
console.log('data', data);
// Before we update the model's data, we should make a copy of the model's
// old data so that we can revert back to it if something goes awry during
// persistence.