Revision cd1bbba9 trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs

b/trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs
41 41
#endregion
42 42
using System.ComponentModel.Composition;
43 43
using System.Configuration;
44
using System.Diagnostics;
44 45
using System.Dynamic;
45 46
using Pithos.Client.WPF.Properties;
46 47
using Pithos.Interfaces;
......
60 61

  
61 62
        public PithosSettings()
62 63
        {
63
                _settings.Upgrade();
64
            //Settings should already be upgraded by the time we reach this point
65
            Debug.Assert(!_settings.MustUpgrade);
66
            //_settings.Upgrade();
64 67
        }
65 68

  
66 69
        public bool UseDefaultProxy

Also available in: Unified diff