Don't call setup() in WebRoot's constructor.

This commit is contained in:
Relintai 2022-01-08 13:41:26 +01:00
parent d380d14152
commit bd93a2a9ce
1 changed files with 0 additions and 2 deletions

View File

@ -133,8 +133,6 @@ void WebRoot::update() {
WebRoot::WebRoot() :
WebRouterNode() {
setup();
}
WebRoot::~WebRoot() {