Remove content group

This commit is contained in:
JonnyWong16 2018-02-24 09:02:46 -08:00
parent a5608c7a1e
commit cfa6de4d91

View file

@ -1699,7 +1699,6 @@ def initialize_tracker():
'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFORM_VERSION), # App Platform
'userLanguage': plexpy.SYS_LANGUAGE,
'documentEncoding': plexpy.SYS_ENCODING,
'contentGroup': 'dev' if DEV else 'production',
'noninteractive': True
}