1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

chore: remove debugging code

This commit is contained in:
Sami Mazouz
2024-11-02 15:36:13 +01:00
parent 0c32184775
commit cf9d88f334

View File

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