Removed outdated TODO
This commit is contained in:
parent
9df21737fa
commit
a4991a620e
1 changed files with 1 additions and 4 deletions
|
@ -68,9 +68,6 @@ pub fn run(
|
||||||
db,
|
db,
|
||||||
command_sender,
|
command_sender,
|
||||||
)?;
|
)?;
|
||||||
// TODO do this in main
|
server.launch();
|
||||||
std::thread::spawn(move || {
|
|
||||||
server.launch();
|
|
||||||
});
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue