Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
salander85 committed Oct 12, 2023
1 parent 2a79815 commit 05396ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/commercetools/project/sync/Syncer.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import javax.annotation.Nullable;
import net.logstash.logback.marker.Markers;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

// This class compiles but not tested yet
// TODO: Test class and adjust logic if needed
Expand Down Expand Up @@ -70,8 +69,6 @@ public abstract class Syncer<
BaseSyncT extends
BaseSync<ResourceT, ResourceDraftT, ResourceUpdateActionT, SyncStatisticsT, SyncOptionsT>> {

private static final Logger LOGGER = LoggerFactory.getLogger(Syncer.class);

/* Using default Caffeine cache implementation from sync-java library for caching reference
* IdToKey values.
*/
Expand Down

0 comments on commit 05396ec

Please sign in to comment.