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,
|
||||
command_sender,
|
||||
)?;
|
||||
// TODO do this in main
|
||||
std::thread::spawn(move || {
|
||||
server.launch();
|
||||
});
|
||||
server.launch();
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue