Skip to content

Commit 3a66860

Browse files
committed
Merge branch 'BugBlipper' of https://github.com/Hosch250/Rubberduck
2 parents 6c096d5 + 0aed8fe commit 3a66860

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RetailCoder.VBE/UI/SourceControl/SourceControlPresenter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public override void Show()
9696

9797
private void _loginView_Confirm(object sender, EventArgs e)
9898
{
99+
//TODO: Replace this with a WPF Password control so we get the SecureString natively.
99100
var pwd = new SecureString();
100101
foreach (var c in _loginView.Password.ToCharArray())
101102
{

Rubberduck.SourceControl/GitProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public override IRepository Clone(string remotePathOrUrl, string workingDirector
115115
}
116116
catch (LibGit2SharpException ex)
117117
{
118-
Debug.Print("Failure");
119118
throw new SourceControlException("Failed to clone remote repository.", ex);
120119
}
121120
}

0 commit comments

Comments
 (0)