mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Cleanup
This commit is contained in:
parent
f6b6aec267
commit
a72527a4d5
@ -140,10 +140,8 @@ class Util {
|
||||
|
||||
//was not a valid URL, try a less picky method
|
||||
if (result == null || result.trim().isEmpty()) {
|
||||
System.out.println("getBaseDomain result: " + getBaseDomain(value));
|
||||
return getBaseDomain(value);
|
||||
}
|
||||
System.out.println("extractDomain result: " + result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user