Skip to content

Commit

Permalink
removed forgotten logger
Browse files Browse the repository at this point in the history
  • Loading branch information
NehaSelvan1512 committed Oct 8, 2023
1 parent 7e524ad commit 002b814
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public MqttStreamProcessor( FilteringMqttMessage filteringMqttMessage, Statement
public boolean applyFilter() {
AlgRoot root = processMqlQuery();
List<List<Object>> res = executeAndTransformPolyAlg( root, statement );
log.info( res.toString() );
return res.size() != 0;
}

Expand Down

0 comments on commit 002b814

Please sign in to comment.