Skip to content

Commit 2948abe

Browse files
authored
Merge pull request #89 from Cinimex-Informatica/bugfix/issue68_useless_if
issue68 Fixes:#68
2 parents 8afbcc3 + 31ae60e commit 2948abe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/ru/cinimex/exporter/mq/pcf/PCFElement.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public PCFElement(String topicString, ArrayList<PCFElementRow> rows) {
2929
this.topicString = topicString;
3030
this.rows = rows;
3131
this.mqObjectRequired = topicString.contains("%s");
32-
if (topicString == null) {
33-
logger.warn("Topic string is empty: ", this.toString());
34-
}
3532
}
3633

3734

0 commit comments

Comments
 (0)