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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user