Skip to content

Commit 31ae60e

Browse files
committed
issue68 Fixes:#68
1 parent e334307 commit 31ae60e

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)