Remove needless code
This commit is contained in:
parent
fe18efd9e1
commit
987b0c6f6e
1 changed files with 0 additions and 3 deletions
|
@ -493,9 +493,6 @@ public class ImportHelper {
|
|||
if (nameWithoutDirs.equals(name) && gpxInfo.getFileSize() == fileSize) {
|
||||
return fileName;
|
||||
}
|
||||
if (nameWithoutDirs.equals(name)) {
|
||||
name += name;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue