Disable TopicTree for now

This commit is contained in:
Alex Hultman
2019-02-10 02:11:11 +01:00
parent 3e4e70da20
commit 399318f866
2 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -78,6 +78,9 @@ public:
}
TopicTree() {
/* Disable this for now */
return;
/* Dynamically hook us up with the Loop post handler */
Loop::defaultLoop()->addPostHandler([this](Loop *loop) {
@@ -192,4 +195,4 @@ public:
};
}
#endif // TOPICTREE_H
#endif // TOPICTREE_H