Skip to content

Commit 07af765

Browse files
authored
Merge pull request #306 from sjanuary/mqttbroker
Don't force MQTT broker to on
2 parents faabdbd + eb57c61 commit 07af765

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/appmetrics.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ NAN_METHOD(start) {
292292

293293
loaderApi->init();
294294

295-
// Force MQTT on for now
296-
loaderApi->setProperty("com.ibm.diagnostics.healthcenter.mqtt", "on");
297295
loaderApi->start();
298296
}
299297
if (!initMonitorApi()) {

0 commit comments

Comments
 (0)