Skip to content

Commit

Permalink
Merge pull request #158 from dhis2/remove_unused_log
Browse files Browse the repository at this point in the history
fix: remove unused log variable
  • Loading branch information
enricocolasante authored Feb 27, 2025
2 parents 101982a + e56f2f3 commit 3098f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.hisp.dhis.rules</groupId>
<artifactId>rule-engine</artifactId>
<version>2.1.8.3-SNAPSHOT</version>
<version>2.1.8.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>rule-engine</name>

Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/hisp/dhis/rules/RuleEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
// ToDo: logging
public final class RuleEngine
{
private static final Logger log = LoggerFactory.getLogger( RuleEngine.class.getName() );

@Nonnull
private final RuleEngineContext ruleEngineContext;

Expand Down

0 comments on commit 3098f9c

Please sign in to comment.