lpcmanager

Removed Spyware (sentry.io)

2018-01-30, Edouard Tisserant
a7669138416f
Removed Spyware (sentry.io)
  • +0 -15
    LPCManager.py
  • --- a/LPCManager.py Tue Jan 30 14:23:20 2018 +0100
    +++ b/LPCManager.py Tue Jan 30 14:25:10 2018 +0100
    @@ -82,21 +82,6 @@
    from util.BitmapLibrary import AddBitmapFolder
    AddBitmapFolder(os.path.join(_lpcmanager_path, "images"))
    -config = wx.ConfigBase.Get()
    -report = str(config.Read("Report"))
    -if report == "":
    - config.Write("Report", '0')
    - report = '0'
    -if report == '1':
    - report = True
    -else:
    - report = False
    -
    -if report:
    - from raven import Client
    -
    - client = Client('https://2d582ee8f9234cc08283f8a686c92dae:631a5b935bf64b36b5a2d1781af437b2@sentry.io/174818')
    -
    _lpcmanager_path = os.path.split(__file__)[0]
    import features