aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r--Source/SPConnectionController.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m
index a4adcf92..316d5258 100644
--- a/Source/SPConnectionController.m
+++ b/Source/SPConnectionController.m
@@ -520,9 +520,6 @@
if ([self valueForKeyPath:@"selectedFavorite.id"]) {
[tableDocument setKeychainID:[[self valueForKeyPath:@"selectedFavorite.id"] stringValue]];
}
- else {
- [tableDocument setKeychainID:@""];
- }
// Pass the connection to the table document, allowing it to set
// up the other classes and the rest of the interface.