mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
debug write line migration
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Bit.App.Migration
|
|||||||
var needsMigration = ServiceContainer.Resolve<SettingsShim>("settingsShim")
|
var needsMigration = ServiceContainer.Resolve<SettingsShim>("settingsShim")
|
||||||
.GetValueOrDefault(Constants.OldUserIdKey, null) != null;
|
.GetValueOrDefault(Constants.OldUserIdKey, null) != null;
|
||||||
ServiceContainer.Resolve<ILogService>("logService").Info("Needs Migration: " + needsMigration);
|
ServiceContainer.Resolve<ILogService>("logService").Info("Needs Migration: " + needsMigration);
|
||||||
|
System.Diagnostics.Debug.WriteLine("Needs Migration: " + needsMigration);
|
||||||
return needsMigration;
|
return needsMigration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user