From cf9d88f334ccf572489a01e45db763f023b5c8b6 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sat, 2 Nov 2024 15:36:13 +0100 Subject: [PATCH] chore: remove debugging code --- framework/core/js/src/common/Model.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/core/js/src/common/Model.ts b/framework/core/js/src/common/Model.ts index efb7d26171..c116c05370 100644 --- a/framework/core/js/src/common/Model.ts +++ b/framework/core/js/src/common/Model.ts @@ -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.