Skip to content

Commit

Permalink
Merge pull request #1074 from PhenoApps/fix_trait_import
Browse files Browse the repository at this point in the history
fix_trait_import
  • Loading branch information
trife authored Nov 6, 2024
2 parents b5b20aa + 74774b7 commit 24d942e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ protected Integer doInBackground(Integer... params) {

data = columns;

if (database.isTableExists(DataHelper.TRAITS)) {
database.deleteTraitsTable();
}

//get variable with largest real position
Optional<TraitObject> maxPosition = database.getAllTraitObjects().stream()
.max(Comparator.comparingInt(TraitObject::getRealPosition));
Expand Down

0 comments on commit 24d942e

Please sign in to comment.