mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Removed log message
This commit is contained in:
parent
45343f6930
commit
fe5d9736ce
@ -629,7 +629,7 @@ public class ContactArtifactViewer extends javax.swing.JPanel implements Artifac
|
||||
List<Account> contactAccountsList = commManager.getAccountsRelatedToArtifact(artifact);
|
||||
|
||||
for (Account account : contactAccountsList) {
|
||||
try{
|
||||
try {
|
||||
if (isCancelled()) {
|
||||
return new HashMap<>();
|
||||
}
|
||||
@ -668,14 +668,12 @@ public class ContactArtifactViewer extends javax.swing.JPanel implements Artifac
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch(InvalidAccountIDException ex) {
|
||||
// Do nothing, the account has an identifier that
|
||||
// the CR doesn't doesn't like.
|
||||
logger.warning(String.format("Account has a id that the CR has found invalid (Type specific ID %s) (id=%d)", account.getTypeSpecificID(), account.getAccountID()));
|
||||
} catch (InvalidAccountIDException ex) {
|
||||
// Do nothing, the account has an identifier that not an
|
||||
// acceptable format for the cr.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return uniquePersonas;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user