diff --git a/gradle.properties b/gradle.properties index 0d5eddf..36cdffb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Gradle Project settings projectName = xp-cristin -version = 1.0.0 +version = 1.0.1 # XP App values appDisplayName = Cristin Integration diff --git a/src/main/resources/tasks/update-cristin-repo/update-cristin-repo.ts b/src/main/resources/tasks/update-cristin-repo/update-cristin-repo.ts index 71a9895..d782074 100644 --- a/src/main/resources/tasks/update-cristin-repo/update-cristin-repo.ts +++ b/src/main/resources/tasks/update-cristin-repo/update-cristin-repo.ts @@ -121,14 +121,7 @@ function getAllEntriesFromRepo(connection: RepoConnection): Array(x: T, y: T): boolean { - const cha = prepareForComparison(x) !== prepareForComparison(y); - - if (cha) { - log.info(prepareForComparison(x)); - log.info(prepareForComparison(y)); - } - - return cha; + return prepareForComparison(x) !== prepareForComparison(y); } /**