diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-12 11:44:14 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-12 11:44:14 +0000 |
| commit | a7b0b07e6fc81aa30769059ada197c824dfb0efb (patch) | |
| tree | 3ef3a0ad92d0f3d867d7c4e6312529e5139c7a99 | |
| parent | fc12b63fcc41a06ee818428640f962fbea536e1f (diff) | |
Apply suggestion to src/services/entity_normalizer/entity_normalizer.service.js
| -rw-r--r-- | src/services/entity_normalizer/entity_normalizer.service.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js index f14c483c..d68e5f72 100644 --- a/src/services/entity_normalizer/entity_normalizer.service.js +++ b/src/services/entity_normalizer/entity_normalizer.service.js @@ -86,10 +86,6 @@ export const parseUser = (data) => { output.description = data.source.note output.default_scope = data.source.privacy if (data.source.pleroma) { - if (data.source.pleroma.show_role) { - console.log(data.source) - console.log(data.pleroma) - } output.no_rich_text = data.source.pleroma.no_rich_text output.show_role = data.source.pleroma.show_role } |
