diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-06 18:31:34 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-06 18:31:34 +0200 |
| commit | a4e3cccf1cba238e5bfd96ea8c60f0d12bc6b7aa (patch) | |
| tree | 14ea5a3d4f845448c4bb764fa035bc85d38ff123 /src/services/entity_normalizer | |
| parent | ab2c2c66bfe96571d14cff4b8c69fe0c90d5a3c7 (diff) | |
somewhat workign version still with fixture
Diffstat (limited to 'src/services/entity_normalizer')
| -rw-r--r-- | src/services/entity_normalizer/entity_normalizer.service.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js index f71d6609..53a3562a 100644 --- a/src/services/entity_normalizer/entity_normalizer.service.js +++ b/src/services/entity_normalizer/entity_normalizer.service.js @@ -201,7 +201,6 @@ export const parseUser = (data) => { // Convert punycode to unicode if (output.screen_name.includes('@')) { const parts = output.screen_name.split('@') - console.log(parts) let unicodeDomain = punycode.toUnicode(parts[1]) if (unicodeDomain !== parts[1]) { // Add some identifier so users can potentially spot spoofing attempts: |
