Skip to content
Snippets Groups Projects

Fixed comments on MR 50

7 files
+ 105
51
Compare changes
  • Side-by-side
  • Inline

Files

@@ -140,8 +140,6 @@ public final class Session: SessionType {
}
}
print("^^^ \(report.parameters)")
guard username!.isEmpty == false else {
fatalError("Trying to restore an account that has no username")
}
Loading