@@ -309,7 +307,7 @@ class SetupStepTwoViewController: SetupStepViewController
// all data will be persisted at the end.
ifself.delegate!=nil
{
println("ℹ️ Not persisting person name yet as we’re running in the setup flow and it will be persisted, along with the other profile data, at the end of the process.")
// Not persisting person name yet as we’re running in the setup flow and it will be persisted, along with the other profile data, at the end of the process.
return
}
...
...
@@ -333,7 +331,7 @@ class SetupStepTwoViewController: SetupStepViewController
// all data will be persisted at the end.
ifself.delegate!=nil
{
println("ℹ️ Not persisting person’s bio yet as we’re running in the setup flow and it will be persisted, along with the other profile data, at the end of the process.")
// Not persisting person’s bio yet as we’re running in the setup flow and it will be persisted, along with the other profile data, at the end of the process.